mikaela.github.io/blog/index.md

52 lines
1.3 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."
---
2023-04-27 06:55:31 +02:00
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [In English](#in-english)
- [Suomeksi](#suomeksi)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2015-07-11 10:57:34 +02:00
## In English
2014-12-30 08:04:02 +01:00
2023-02-22 19:28:38 +01:00
_Please keep in mind that old blog posts might not reflect the current
reality or my opinions etc._
2016-04-08 12:25:19 +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 %}
<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
2023-02-22 19:28:38 +01:00
_Pidäthän mielessä etteivät vanhat blogaukseni välttämättä heijasta
todellisuutta tai nykyisiä mielipiteitäni jne._
2016-04-08 12:25:19 +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 %}
<tr>
<td><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></td>
<td><em>{{ post.excerpt | strip_html }}</em></td>
</tr>
{% endfor %}
</table>