diff options
-rw-r--r-- | foundation-default-colours/templates/article.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/foundation-default-colours/templates/article.html b/foundation-default-colours/templates/article.html index 9ecf02e..519295f 100644 --- a/foundation-default-colours/templates/article.html +++ b/foundation-default-colours/templates/article.html @@ -7,8 +7,8 @@ <h6>Written by <a href="{{ SITEURL }}/author/{{ article.author|lower|replace(' ', '-') }}.html">{{ article.author }}</a> on {{ article.locale_date }}.</h6> </article> -{% if DISQUS_SITENAME %} <hr/> +{% if DISQUS_SITENAME %} <div class="row"> <div class="small-12 columns"> <h3>Comments</h3> |