mikaela.github.io/blog/index.md

978 B

In English

{% for post in site.categories.english %}

{{ post.title }}

{{ post.excerpt | strip_html }}

{% endfor %}

suomeksi

{% for post in site.categories.finnish %}

{{ post.title }}

{{ post.excerpt | strip_html }}

{% endfor %}