Browse Source

New class for paginator

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
0c3c0c6c5f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      _layouts/blog.html

2
_layouts/blog.html

@ -17,6 +17,7 @@ layout: default
<div class="full text">
{{content}}
{% if paginator %}
<div class="large-12 columns">
<div class="pager">
{% if paginator.next_page %}
{% if paginator.next_page == 1 %}
@ -37,6 +38,7 @@ layout: default
<!-- <span class="newer">Newer Entries</span> -->
{% endif %}
</div>
</div>
{% endif %}
</div>

Loading…
Cancel
Save