Added horizontal rule for all pages above the footer
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user