Browse Source

Update post.html

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

2
_layouts/post.html

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

Loading…
Cancel
Save