5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-11-08 17:40:26 +00:00
yggdrasil-network.github.io/blog.md
2018-07-13 12:52:44 +01:00

15 lines
389 B
Markdown

# Blog
{% for post in site.posts %}
<div class='blogpost'>
<div id='date'>
<div id='day'>{{ post.date | date: "%-d" }}</div>
<div id='month'>{{ post.date | date: "%B %Y" }}</div>
</div>
<div id='overview'>
<div id='title'><a href="{{ post.url }}">{{ post.title }}</a></div>
<div id='excerpt'>{{ post.excerpt }}</div>
</div>
</div>
{% endfor %}