2014-12-30 07:28:45 +01:00
|
|
|
---
|
|
|
|
layout: page
|
2014-12-30 07:41:03 +01:00
|
|
|
title: Blog
|
2016-12-15 11:22:53 +01:00
|
|
|
navigation: true
|
2014-12-30 07:28:45 +01:00
|
|
|
permalink: /blog/
|
2015-05-03 10:14:24 +02:00
|
|
|
excerpt: "Blog index, posts in English and posts in Finnish — Blogin etusivu, postaukset englanniksi ja postaukset suomeksi."
|
2014-12-30 07:28:45 +01:00
|
|
|
---
|
|
|
|
|
2015-07-11 11:11:42 +02:00
|
|
|
* [Posts in Finnish / Suomenieliset 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.*
|
|
|
|
|
2015-10-10 08:02:47 +02:00
|
|
|
<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 %}
|
2015-10-10 08:02:47 +02:00
|
|
|
<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 %}
|
2015-10-10 08:02:47 +02:00
|
|
|
</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.*
|
|
|
|
|
2015-10-10 08:02:47 +02:00
|
|
|
<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 %}
|
2015-10-10 08:02:47 +02:00
|
|
|
<tr>
|
|
|
|
<td><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></td>
|
|
|
|
<td><em>{{ post.excerpt | strip_html }}</em></td>
|
|
|
|
</tr>
|
2014-12-30 07:28:45 +01:00
|
|
|
{% endfor %}
|
2015-10-10 08:02:47 +02:00
|
|
|
</table>
|