diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-02-06 20:38:45 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-02-06 20:38:45 +0700 |
commit | 6c114758de3fc9c8d7699b35c56daf78785be7b4 (patch) | |
tree | e48c96e0ce5561d381bfce98e6b19a3ed11d6b96 /conlang.md | |
parent | e7092c203e5ce813b645e418d9e05ef34b3ca784 (diff) | |
download | blog-6c114758de3fc9c8d7699b35c56daf78785be7b4.tar.gz |
Add pages for conlangs
Diffstat (limited to 'conlang.md')
-rw-r--r-- | conlang.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/conlang.md b/conlang.md new file mode 100644 index 0000000..9075239 --- /dev/null +++ b/conlang.md @@ -0,0 +1,30 @@ +--- +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> |