Browse Source

Update post.html

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

2
_layouts/post.html

@ -50,7 +50,7 @@ section_id: blog
<div class="small-6 columns"> <div class="small-6 columns">
{% if page.next.url %} {% if page.next.url %}
<a class="next button boxed black" href='{{page.next.url}}'> <a class="next button boxed black" href='{{page.next.url}}'>
Next post<i class='fa fa-angle-right'></i> Next post <i class='fa fa-angle-right'></i>
</a> </a>
{% endif %} {% endif %}
</div> </div>

Loading…
Cancel
Save