mikaela.github.io/blog/index.md

29 lines
554 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>
2015-07-11 10:44:52 +02:00
{{ post.excerpt }}
2014-12-30 08:04:02 +01:00
</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>
2015-07-11 10:44:52 +02:00
{{ post.excerpt }}
</li>
{% endfor %}
</ul>