blob: 90752395443e9d85cd8a811ac881203ed3b8c7c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>
|