aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/source/_layouts/page.html
blob: 88d6e13aaa922338dcf6118fcb25819bf7fb96b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
layout: default
no_title_link: true
permalink: pretty
single: true
---

<article>
  {% include article.html %}
  {% if site.disqus_short_name %}
    <div id="disqus_thread">{% include disqus_thread.html %}</div>
  {% endif %}
</article>