website/_layouts/post.html

8 lines
217 B
HTML
Raw Normal View History

2016-04-05 18:38:01 +00:00
---
layout: default
---
<h2>{{ page.title }}</h2>
<time>{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</time>
2016-04-05 18:38:01 +00:00
{{ content }}