mikaela.github.io/blog/index.md

32 lines
566 B
Markdown
Raw Normal View History

---
layout: page
2014-12-30 07:41:03 +01:00
title: Blog
permalink: /blog/
---
Some kind of version of my blog might come here and if it does, Tumblr
reblogs etc. are not included.
2014-12-30 08:04:02 +01:00
*There are no uncategorized posts here so I will notice if I forget
to put post into either category.*
## English
<ul>
{% for post in site.categories.english %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
## Finnish
<ul>
2014-12-30 08:04:02 +01:00
{% for post in site.categories.finnish %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>