_layouts/post.html in jekyll-theme-mehdix-rtl-0.1.18 vs _layouts/post.html in jekyll-theme-mehdix-rtl-0.1.19
- old
+ new
@@ -9,11 +9,10 @@
</p>
</header>
<article class="post-content">
{{ content }}
</article>
- {% if site.disqus_shortname %} {% include disqus.html %} {% endif %}
<small id="post-tags">
{% for tag in page.tags %}
<i class="icon-tags"></i>
<a rel="tag" href="{{ tag | tag_url }}">{{tag}}</a>
{% endfor %}
@@ -33,10 +32,10 @@
{% endif %}
</nav>
{% if site.comment_system == 'static' %}
{% include static_comments.html %}
-{% elsif site.coment_system == 'disqus' %}
+{% elsif site.comment_system == 'disqus' %}
{% include disqus.html %}
{% endif %}
</div>
\ No newline at end of file