Skip to content

Commit

Permalink
Update footer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ozzi- authored Nov 24, 2020
1 parent a32f2d6 commit 45348a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microblog/templates/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<hr>
<div class="d-flex justify-content-between bd-highlight mb-3">
<a style="{{hasNewerPosts}}" href="{{pageBackHref}}">&#8592; New posts</a>
<a style="{{hasNewerPosts}}" href="{{pageBackHref}}">&#8592; Previous Post</a>
<a style="{{showCategoryHref}}" href="{{byCategoryHref}}">Categories</a>
<a style="{{hasOlderPosts}}" href="{{pageForwardHref}}">Older posts &#8594;</a>
<a style="{{hasOlderPosts}}" href="{{pageForwardHref}}">Next Post &#8594;</a>
</div>

0 comments on commit 45348a2

Please sign in to comment.