20 lines
426 B
HTML
20 lines
426 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<div class="article-wrapper">
|
|
<article>
|
|
{% include article-header.html page=page link=false share=page.share %}
|
|
<section class="post-content">
|
|
{{ content }}
|
|
</section>
|
|
{% include article-footer.html page=page share=page.share %}
|
|
</article>
|
|
</div>
|
|
|
|
{% if site.disqus %}
|
|
<section class="comments">
|
|
{% include disqus.html %}
|
|
</section>
|
|
{% endif %}
|