Browse Source

New test with single column

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

4
_layouts/blog.html

@ -19,7 +19,7 @@ layout: default
<div class="full light-grey blog">
<nav class='wrapper'>
<div class="row">
<div class="small-6 columns">
<div class="small-12 columns">
{% if paginator.next_page %}
{% 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>
@ -29,8 +29,6 @@ layout: default
{% else %}
<!-- <span class="older">Older Entries</span> -->
{% endif %}
</div>
<div class="small-6 columns">
{% if paginator.previous_page %}
{% 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>

Loading…
Cancel
Save