small refactor and cleanup to comments system
This commit is contained in:
parent
e19a4a7ed6
commit
4cdb150357
5 changed files with 12 additions and 21 deletions
|
@ -8,16 +8,7 @@ layout: base
|
|||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
{{ content }}
|
||||
{% if page.comments %}
|
||||
<div class="disqus-comments">
|
||||
{% include disqus.html %}
|
||||
</div>
|
||||
{% include fb-comment.html %}
|
||||
<div class="staticman-comments">
|
||||
{% include staticman-comments.html %}
|
||||
</div>
|
||||
{% include utterances-comment.html %}
|
||||
{% endif %}
|
||||
{% include comments.html %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -64,17 +64,7 @@ layout: base
|
|||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
||||
{% if page.comments %}
|
||||
<div class="disqus-comments">
|
||||
{% include disqus.html %}
|
||||
</div>
|
||||
{% include fb-comment.html %}
|
||||
<div class="staticman-comments">
|
||||
{% include staticman-comments.html %}
|
||||
</div>
|
||||
{% include utterances-comment.html %}
|
||||
{% endif %}
|
||||
{% include comments.html %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue