diff options
Diffstat (limited to 'source/_layouts/page.html')
-rw-r--r-- | source/_layouts/page.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/_layouts/page.html b/source/_layouts/page.html new file mode 100644 index 00000000..3b568349 --- /dev/null +++ b/source/_layouts/page.html @@ -0,0 +1,10 @@ +--- +layout: default +--- + +<article> + {% include article.html %} + {% if site.disqus_short_name %} + <div id="disqus_thread">{% include disqus_thread.html %}</div> + {% endif %} +</article> |