More fixes

This commit is contained in:
Paulus Schoutsen 2015-10-27 00:53:57 -07:00
parent e59252a39b
commit 8f47eb20e5
12 changed files with 30 additions and 232 deletions

View file

@ -4,10 +4,11 @@ is_post: true
---
<article class="post">
{% assign post = page %}
{% include blog/post/article.html %}
</article>
{% if site.disqus_short_name and page.comments == true %}
{% if site.disqus_short_name and page.comments == true %}
<section id="disqus">
<h3 class="indent title">Comments</h3>
<div id="disqus_thread" aria-live="polite">{% include blog/post/disqus_thread.html %}</div>