findcommonground.uk/_layouts/post.html

26 lines
408 B
HTML
Raw Normal View History

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