mikaela.github.io/blog/index.html

36 lines
913 B
HTML
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."
2024-05-30 08:05:52 +02:00
lang: en
robots: noai
---
<p>
Posts <a lang="en" href="#in-english">in English here</a> &amp;
<a lang="fi" href="#suomeksi">suomeksi täällä</a>.
</p>
<hr />
2024-05-30 08:05:52 +02:00
<div lang="en">
<h2 id="in-english">In English</h2>
2024-05-30 08:05:52 +02:00
{% for post in site.categories.english %}
<p>
<em>{{ post.date | date: "%F" }}:</em>
<strong><a href="{{ post.url }}">{{ post.title }}</a></strong>
</p>
{{ post.excerpt | markdownify }} {% endfor %}
</div>
<hr />
<div lang="fi">
<h2 id="suomeksi">suomeksi</h2>
{% for post in site.categories.finnish %}
<p>
<em>{{ post.date | date: "%F" }}:</em>
<strong><a href="{{ post.url }}">{{ post.title }}</a></strong>
</p>
{{ post.excerpt | markdownify }} {% endfor %}
2024-05-31 11:33:52 +02:00
</div>