More fixes
This commit is contained in:
parent
e59252a39b
commit
8f47eb20e5
12 changed files with 30 additions and 232 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue