2014-12-30 07:28:45 +01:00
|
|
|
---
|
|
|
|
layout: page
|
2014-12-30 07:41:03 +01:00
|
|
|
title: Blog
|
2014-12-30 07:28:45 +01:00
|
|
|
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
|
|
|
|
|
2014-12-30 07:28:45 +01:00
|
|
|
<ul>
|
2014-12-30 08:04:02 +01:00
|
|
|
{% for post in site.categories.finnish %}
|
2014-12-30 07:28:45 +01:00
|
|
|
<li>
|
|
|
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|