16 lines
248 B
HTML
16 lines
248 B
HTML
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
|
||
|
<article class="post">
|
||
|
<h1>{{ page.title }}</h1>
|
||
|
|
||
|
<div class="entry">
|
||
|
{{ content }}
|
||
|
</div>
|
||
|
|
||
|
<section id="comments">
|
||
|
{% include disqus.html disqus_identifier=page.disqus_identifier %}
|
||
|
</section>
|
||
|
</article>
|