Added horizontal rule for all pages above the footer

This commit is contained in:
Kenton Hamaluik
2014-01-26 20:56:55 -07:00
parent 3923cd0725
commit 488efa23de
2 changed files with 2 additions and 1 deletions

View File

@@ -180,6 +180,7 @@
<!-- Footer --> <!-- Footer -->
<footer class="row"> <footer class="row">
<div class="medium-9 small-12"> <div class="medium-9 small-12">
<hr/>
{% if not FOUNDATION_FOOTER_TEXT %} {% 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>.' %} {% 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 %} {% endif %}

View File

@@ -19,7 +19,7 @@
{# deal with pagination #} {# deal with pagination #}
{% if articles_page and articles_paginator.num_pages > 1 %} {% if articles_page and articles_paginator.num_pages > 1 %}
<div class="row"> <div class="row" style="margin-bottom: -1.25em;">
<div class="small-12 columns text-center"> <div class="small-12 columns text-center">
<div class="pagination-centered"> <div class="pagination-centered">
<ul class="pagination"> <ul class="pagination">