Made hr at bottom of articles always appear, regardless of DISQUS being present
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
<h6>Written by <a href="{{ SITEURL }}/author/{{ article.author|lower|replace(' ', '-') }}.html">{{ article.author }}</a> on {{ article.locale_date }}.</h6>
|
<h6>Written by <a href="{{ SITEURL }}/author/{{ article.author|lower|replace(' ', '-') }}.html">{{ article.author }}</a> on {{ article.locale_date }}.</h6>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
{% if DISQUS_SITENAME %}
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
{% if DISQUS_SITENAME %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="small-12 columns">
|
<div class="small-12 columns">
|
||||||
<h3>Comments</h3>
|
<h3>Comments</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user