msm/_layouts/post.html
2012-08-08 14:53:54 +01:00

17 lines
306 B
HTML

---
layout: default
tab: blog
footer: hide
title_postfix: " · MSM"
---
<div class="breadcrumbs">
<a href="{{ site.baseurl }}/blog/">blog</a>/
</div>
<article class="full-post">
<h1 class="title">{{ page.title }}</h1>
<p class="date">{{ page.date | date: "%d %B %Y" }}</p>
{{ content }}
</article>