mikaela.github.io/blog/index.md

17 lines
283 B
Markdown
Raw Normal View History

---
layout: page
2014-12-30 07:41:03 +01:00
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>