findcommonground.uk/_layouts/post.html

22 lines
311 B
HTML
Raw Normal View History

2014-02-07 00:18:00 +00:00
---
layout: default
---
<article class="post">
2015-11-06 14:55:13 +00:00
<h1><a href="{{page.url}}">{{page.title}}</a></h1>
<p>
<span>{{page.date | date: "%B %d, %Y" }}</span>
/
<span>
by {{page.author}}
</span>
</p>
2014-02-07 00:18:00 +00:00
<div class="entry">
{{ content }}
</div>
2015-03-01 20:24:26 +00:00
{% include disqus.html %}
</article>