mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-16 21:40:48 +01:00
17 lines
283 B
Markdown
17 lines
283 B
Markdown
---
|
|
layout: page
|
|
title: Blog
|
|
permalink: /blog/
|
|
---
|
|
|
|
Some kind of version of my blog might come here and if it does, Tumblr
|
|
reblogs etc. are not included.
|
|
|
|
<ul>
|
|
{% for post in site.posts %}
|
|
<li>
|
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|