diff options
author | Kenton Hamaluik <kenton@hamaluik.com> | 2014-01-23 13:35:14 -0700 |
---|---|---|
committer | Kenton Hamaluik <kenton@hamaluik.com> | 2014-01-23 13:35:14 -0700 |
commit | 1bc386fdee2c1cb8eba254d787b779ce55a55b14 (patch) | |
tree | 8fd4e3e88019a791b228af060f22758105ced552 /foundation-default-colours/templates | |
parent | 0d49fdb1ac7a914f6592669bc32e43949824e027 (diff) | |
download | pelican-themes-1bc386fdee2c1cb8eba254d787b779ce55a55b14.tar.gz |
Made hr at bottom of articles always appear, regardless of DISQUS being present
Diffstat (limited to 'foundation-default-colours/templates')
-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> |