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