1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
--- 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>