homepage/_layouts/post.html

18 lines
248 B
HTML
Raw Normal View History

2014-02-06 19:18:00 -05:00
---
layout: default
---
<article class="post">
<h1>{{ page.title }}</h1>
2014-02-06 19:18:00 -05:00
<div class="entry">
{{ content }}
</div>
<div class="date">
Written on {{ page.date | date: "%B %e, %Y" }}
</div>
2015-03-01 12:24:26 -08:00
{% include disqus.html %}
</article>