Skip to content

Commit aeba842

Browse files
committed
Moving Disqus to a better location
1 parent bd81b86 commit aeba842

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_layouts/blog.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ <h1 id="page-title">{{ page.title }}</h1>
3838
<div class="written">Written By: <span class="by">{{ page.by }}</span></div>
3939
{% endif %}
4040
{{ content }}
41+
{% if page.disqus == true %}{% include disqus.txt %}{% endif %}
4142
</div>
4243
<div class="sidebar">
4344
<div class="sidebar-inner">
@@ -50,6 +51,4 @@ <h1 id="page-title">{{ page.title }}</h1>
5051
</div>
5152
</div>
5253

53-
{% if page.disqus == true %}{% include disqus.txt %}{% endif %}
54-
5554
{% include footer.html %}

0 commit comments

Comments
 (0)