hip-site/_layouts/post.html

13 lines
307 B
HTML
Raw Normal View History

2015-09-03 08:22:56 +02:00
---
layout: default
---
<div class="post singlepost">
<header>
<h2>{{ page.title }}</h2>
<p>{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
2015-09-03 08:22:56 +02:00
</header>
<article>
2015-09-03 08:22:56 +02:00
{{ content }}
</article>
</div>