#layout: page
title: Conlang
language: en
ref: conlang
#Conlang
You can find my posts about conlanging here:
{% for post in site.categories.conlang %}
{% if post.url %}
- {{ post.title }}
{% endif %}
{% endfor %}
#Hàësdáaga
You can find my posts about my conlang Hàësdáaga here:
{% for post in site.categories.haesdaaga %}
{% if post.url %}
- {{ post.title }}
{% endif %}
{% endfor %}