mikaela.github.io/blog/index.md

35 lines
797 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."
---
2015-07-11 10:57:34 +02:00
* [in Finnish / Suomeksi](#suomeksi)
* [in English / Englanniksi](#in-english)
## In English
2014-12-30 08:04:02 +01:00
<ul>
{% for post in site.categories.english %}
<li>
2015-07-11 10:57:34 +02:00
<strong><a href="{{ post.url }}">{{ post.title }}</a></strong>
<p><em>{{ post.excerpt | strip_html }}</p></em>
2014-12-30 08:04:02 +01:00
</li>
{% endfor %}
</ul>
2015-07-11 10:57:34 +02:00
* [in Finnish / Suomeksi](#suomeksi)
* [in English / Englanniksi](#in-english)
## 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>
2015-07-11 10:57:34 +02:00
<strong><a href="{{ post.url }}">{{ post.title }}</a></strong>
<p><em>{{ post.excerpt | strip_html }}</p></em>
</li>
{% endfor %}
</ul>