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
1 additions and
3 deletions
-
_layouts/blog.html
|
@ -19,7 +19,7 @@ layout: default |
|
|
<div class="full light-grey blog"> |
|
|
<div class="full light-grey blog"> |
|
|
<nav class='wrapper'> |
|
|
<nav class='wrapper'> |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|
<div class="small-6 columns"> |
|
|
<div class="small-12 columns"> |
|
|
{% if paginator.next_page %} |
|
|
{% if paginator.next_page %} |
|
|
{% if paginator.next_page == 1 %} |
|
|
{% if paginator.next_page == 1 %} |
|
|
<a href="/blog" class="previous button boxed black" style="float: right;">Older Entries <i class="fa fa-angle-double-right"></i></a> |
|
|
<a href="/blog" class="previous button boxed black" style="float: right;">Older Entries <i class="fa fa-angle-double-right"></i></a> |
|
@ -29,8 +29,6 @@ layout: default |
|
|
{% else %} |
|
|
{% else %} |
|
|
<!-- <span class="older">Older Entries</span> --> |
|
|
<!-- <span class="older">Older Entries</span> --> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
</div> |
|
|
|
|
|
<div class="small-6 columns"> |
|
|
|
|
|
{% if paginator.previous_page %} |
|
|
{% if paginator.previous_page %} |
|
|
{% if paginator.previous_page == 1 %} |
|
|
{% if paginator.previous_page == 1 %} |
|
|
<a href="/blog" class="next button boxed black" style="float: left;"><i class="fa fa-angle-double-left"></i> Newer Entries</a> |
|
|
<a href="/blog" class="next button boxed black" style="float: left;"><i class="fa fa-angle-double-left"></i> Newer Entries</a> |
|
|