diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-12 11:19:57 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-12 11:19:57 +0700 |
commit | 981e41a9473654c4ee754f86a78d54c8c5cad9b2 (patch) | |
tree | 26fa9a31a9f11ec709615f1c96b0c26f2dc70538 /conlang.md | |
parent | d02a380caa30a804c927498e624927daa70b0b13 (diff) | |
download | blog-981e41a9473654c4ee754f86a78d54c8c5cad9b2.tar.gz |
Switch to Hugo, restructure the page
Diffstat (limited to 'conlang.md')
-rw-r--r-- | conlang.md | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/conlang.md b/conlang.md deleted file mode 100644 index 9075239..0000000 --- a/conlang.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -layout: page -title: Conlang -language: en -ref: conlang ---- - -# Conlang - -You can find my posts about conlanging here: - -<ul> - {% for post in site.categories.conlang %} - {% if post.url %} - <li><a href="{{ post.url }}">{{ post.title }}</a></li> - {% endif %} - {% endfor %} -</ul> - -# Hàësdáaga - -You can find my posts about my conlang Hàësdáaga here: - -<ul> - {% for post in site.categories.haesdaaga %} - {% if post.url %} - <li><a href="{{ post.url }}">{{ post.title }}</a></li> - {% endif %} - {% endfor %} -</ul> |