diff options
Diffstat (limited to '')
-rw-r--r-- | source/_layouts/post.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/_layouts/post.html b/source/_layouts/post.html new file mode 100644 index 00000000..3b568349 --- /dev/null +++ b/source/_layouts/post.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> |