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 15:16:53 +00:00
<h1>{{page.title}}</h1>
2015-11-06 14:55:13 +00:00
2015-11-06 15:20:29 +00:00
<p class='info'>
2015-11-06 15:16:53 +00:00
<span>{{page.date | date: "%B %d, %Y" }}</span>
/
<span>by {{page.author}}</span>
</p>
2014-02-07 00:18:00 +00:00
2015-11-06 15:16:53 +00:00
<hr/>
2014-02-07 00:18:00 +00:00
<div class="entry">
{{ content }}
</div>
2015-12-02 13:42:59 +00:00
<!-- {% include disqus.html %} -->
2015-03-01 20:24:26 +00:00
</article>