msm/_layouts/post.html

17 lines
306 B
HTML
Raw Normal View History

---
layout: default
tab: blog
footer: hide
2012-08-08 13:53:54 +00:00
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>