We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd81b86 commit aeba842Copy full SHA for aeba842
_layouts/blog.html
@@ -38,6 +38,7 @@ <h1 id="page-title">{{ page.title }}</h1>
38
<div class="written">Written By: <span class="by">{{ page.by }}</span></div>
39
{% endif %}
40
{{ content }}
41
+ {% if page.disqus == true %}{% include disqus.txt %}{% endif %}
42
</div>
43
<div class="sidebar">
44
<div class="sidebar-inner">
@@ -50,6 +51,4 @@ <h1 id="page-title">{{ page.title }}</h1>
50
51
52
53
-{% if page.disqus == true %}{% include disqus.txt %}{% endif %}
54
-
55
{% include footer.html %}
0 commit comments