findcommonground.uk/_layouts/post.html

18 lines
270 B
HTML
Raw Normal View History

2014-02-07 00:18:00 +00:00
---
layout: default
---
<article class="post">
2014-02-13 01:42:49 +00:00
<header>
<h1>{{ page.title }}</h1>
</header>
2014-02-07 00:18:00 +00:00
<div class="entry">
{{ content }}
</div>
<section id="comments">
{% include disqus.html disqus_identifier=page.disqus_identifier %}
</section>
</article>