Skip to content

Commit 45348a2

Browse files
authored
Update footer.html
1 parent a32f2d6 commit 45348a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

microblog/templates/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<hr>
22
<div class="d-flex justify-content-between bd-highlight mb-3">
3-
<a style="{{hasNewerPosts}}" href="{{pageBackHref}}">&#8592; New posts</a>
3+
<a style="{{hasNewerPosts}}" href="{{pageBackHref}}">&#8592; Previous Post</a>
44
<a style="{{showCategoryHref}}" href="{{byCategoryHref}}">Categories</a>
5-
<a style="{{hasOlderPosts}}" href="{{pageForwardHref}}">Older posts &#8594;</a>
5+
<a style="{{hasOlderPosts}}" href="{{pageForwardHref}}">Next Post &#8594;</a>
66
</div>

0 commit comments

Comments
 (0)