hip-site/_layouts/post.html

13 lines
307 B
HTML
Raw Normal View History

2015-09-03 06:22:56 +00: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 06:22:56 +00:00
</header>
<article>
2015-09-03 06:22:56 +00:00
{{ content }}
</article>
</div>