findcommonground.uk/_layouts/post.html
2015-12-02 14:42:59 +01:00

22 lines
311 B
HTML

---
layout: default
---
<article class="post">
<h1>{{page.title}}</h1>
<p class='info'>
<span>{{page.date | date: "%B %d, %Y" }}</span>
/
<span>by {{page.author}}</span>
</p>
<hr/>
<div class="entry">
{{ content }}
</div>
<!-- {% include disqus.html %} -->
</article>