Disqus plugin is not showing up because of a bug in page and post layout pages. Fixed it.
This commit is contained in:
@ -59,9 +59,7 @@ layout: default
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if site.disqus %}
|
|
||||||
{% include disqus.html %}
|
{% include disqus.html %}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -32,9 +32,7 @@ layout: default
|
|||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
{% if site.disqus %}
|
|
||||||
{% include disqus.html %}
|
{% include disqus.html %}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{{site.data.alerts.hr_shaded}}
|
{{site.data.alerts.hr_shaded}}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user