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
2 additions and
2 deletions
-
_layouts/blog.html
|
|
@ -22,7 +22,7 @@ layout: default |
|
|
|
<div class="small-6 columns"> |
|
|
|
{% if paginator.next_page %} |
|
|
|
{% if paginator.next_page == 1 %} |
|
|
|
<a href="/blog" class="next button boxed black" style="float: right;">Older Entries <i class="fa fa-angle-double-right"></i></a> |
|
|
|
<a href="/blog" class="next button boxed black" style="float: left;">Older Entries <i class="fa fa-angle-double-right"></i></a> |
|
|
|
{% else %} |
|
|
|
<a href="/blog/page{{ paginator.next_page }}" class="next button boxed black" style="float: right;">Older Entries <i class="fa fa-angle-double-right"></i></a> |
|
|
|
{% endif %} |
|
|
@ -33,7 +33,7 @@ layout: default |
|
|
|
<div class="small-6 columns"> |
|
|
|
{% if paginator.previous_page %} |
|
|
|
{% if paginator.previous_page == 1 %} |
|
|
|
<a href="/blog" class="previous button boxed black" style="float: left;"><i class="fa fa-angle-double-left"></i> Newer Entries</a> |
|
|
|
<a href="/blog" class="previous button boxed black" style="float: right;"><i class="fa fa-angle-double-left"></i> Newer Entries</a> |
|
|
|
{% else %} |
|
|
|
<a href="/blog/page{{ paginator.previous_page }}" class="previous button boxed black" style="float: left;"><i class="fa fa-angle-double-left"></i>Newer Entries</a> |
|
|
|
{% endif %} |
|
|
|