Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
_layouts/blog.html
|
|
@ -15,8 +15,8 @@ layout: default |
|
|
|
|
|
|
|
<div class="three spacing"></div> |
|
|
|
{{content}} |
|
|
|
<div class="large-12 columns"> |
|
|
|
{% if paginator %} |
|
|
|
<div class="large-12 columns"> |
|
|
|
<div class="pager"> |
|
|
|
{% if paginator.next_page %} |
|
|
|
{% if paginator.next_page == 1 %} |
|
|
@ -38,5 +38,6 @@ layout: default |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
<div class="two spacing"></div> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
|
|
|
|