mikaela.github.io/blog/index.md

27 lines
504 B
Markdown
Raw Normal View History

---
layout: page
2014-12-30 07:41:03 +01:00
title: Blog
permalink: /blog/
excerpt: "Blog index, posts in English and posts in Finnish — Blogin etusivu, postaukset englanniksi ja postaukset suomeksi."
---
Posts in English:
2014-12-30 08:04:02 +01:00
<ul>
{% for post in site.categories.english %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
Postaukset suomeksi:
2014-12-30 08:04:02 +01:00
<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>