2016-02-22 22:46:49 +01:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
|
|
|
<article class="page">
|
|
|
|
<h1>{{ page.title }}</h1>
|
|
|
|
<div class="article-wrap">
|
|
|
|
{{ content }}
|
|
|
|
{% if page.share != false %}
|
|
|
|
<hr />
|
|
|
|
{% include social-share.html %}
|
2014-03-11 00:42:54 +01:00
|
|
|
{% endif %}
|
2016-02-22 22:46:49 +01:00
|
|
|
</div><!-- /.article-wrap -->
|
|
|
|
{% if site.owner.disqus-shortname and page.comments == true %}
|
|
|
|
<section id="disqus_thread"></section><!-- /#disqus_thread -->
|
2014-03-11 00:42:54 +01:00
|
|
|
{% endif %}
|
2016-02-22 22:46:49 +01:00
|
|
|
</article>
|
2013-05-24 16:25:31 +02:00
|
|
|
|
2016-02-22 22:46:49 +01:00
|
|
|
{% if site.owner.disqus-shortname and page.comments == true %}
|
|
|
|
<section id="disqus_thread"></section><!-- /#disqus_thread -->
|
|
|
|
{% endif %}
|