findcommonground.uk/_layouts/post.html
2015-11-06 16:11:28 +01:00

22 lines
303 B
HTML

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