We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32f2d6 commit 45348a2Copy full SHA for 45348a2
microblog/templates/footer.html
@@ -1,6 +1,6 @@
1
<hr>
2
<div class="d-flex justify-content-between bd-highlight mb-3">
3
- <a style="{{hasNewerPosts}}" href="{{pageBackHref}}">← New posts</a>
+ <a style="{{hasNewerPosts}}" href="{{pageBackHref}}">← Previous Post</a>
4
<a style="{{showCategoryHref}}" href="{{byCategoryHref}}">Categories</a>
5
- <a style="{{hasOlderPosts}}" href="{{pageForwardHref}}">Older posts →</a>
+ <a style="{{hasOlderPosts}}" href="{{pageForwardHref}}">Next Post →</a>
6
</div>
0 commit comments