diff options
Diffstat (limited to 'foundation-default-colours/templates/base.html')
-rw-r--r-- | foundation-default-colours/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/foundation-default-colours/templates/base.html b/foundation-default-colours/templates/base.html index 69ad3a3..9d0ff88 100644 --- a/foundation-default-colours/templates/base.html +++ b/foundation-default-colours/templates/base.html @@ -180,6 +180,7 @@ <!-- Footer --> <footer class="row"> <div class="medium-9 small-12"> + <hr/> {% if not FOUNDATION_FOOTER_TEXT %} {% set FOUNDATION_FOOTER_TEXT = 'Powered by <a href="http://getpelican.com">Pelican</a> and <a href="http://foundation.zurb.com/">Zurb Foundation</a>. Theme by <a href="http://hamaluik.com">Kenton Hamaluik</a>.' %} {% endif %} |