mikaela.github.io/blog/index.md

46 lines
1.1 KiB
Markdown
Raw Normal View History

---
layout: page
2014-12-30 07:41:03 +01:00
title: Blog
navigation: true
permalink: /blog/
excerpt: "Blog index, posts in English and posts in Finnish — Blogin etusivu, postaukset englanniksi ja postaukset suomeksi."
---
* [Posts in Finnish / Suomenkieliset kirjoitukset](#suomeksi)
2015-07-11 10:57:34 +02:00
## In English
2014-12-30 08:04:02 +01:00
2016-04-08 12:25:19 +02:00
*Please keep in mind that old blog posts might not reflect the current
reality or my opinions etc.*
<table>
<tr>
<th>Title</th>
<th>What it's about</th>
</tr>
2014-12-30 08:04:02 +01:00
{% for post in site.categories.english %}
<tr>
<td><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></td>
<td><em>{{ post.excerpt | strip_html }}</em></td>
</tr>
2014-12-30 08:04:02 +01:00
{% endfor %}
</table>
2014-12-30 08:04:02 +01:00
2015-07-11 10:57:34 +02:00
## Suomeksi
2014-12-30 08:04:02 +01:00
2016-04-08 12:25:19 +02:00
*Pidäthän mielessä etteivät vanhat blogaukseni välttämättä heijasta
todellisuutta tai nykyisiä mielipiteitäni jne.*
<table>
<tr>
<th>Otsikko</th>
<th>Mistä se kertoo</th>
</tr>
2014-12-30 08:04:02 +01:00
{% for post in site.categories.finnish %}
<tr>
<td><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></td>
<td><em>{{ post.excerpt | strip_html }}</em></td>
</tr>
{% endfor %}
</table>