hacks-guide-minimal-mistake.../_layouts/page.html

23 lines
587 B
HTML
Raw Normal View History

2016-02-22 22:46:49 +01:00
---
layout: default
---
2016-02-23 03:22:07 +01:00
{% include absolute-url.liquid %}
2016-02-22 22:46:49 +01:00
<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 %}