This commit is contained in:
parent
81739ff6aa
commit
c4649e2386
2 changed files with 5 additions and 2 deletions
|
@ -27,8 +27,8 @@ Post template: Post Template
|
||||||
;; ----------
|
;; ----------
|
||||||
|
|
||||||
Pagination path: /page/
|
Pagination path: /page/
|
||||||
Previous page template: <span class="next-page"><a href="$next_page"><i class="fa-solid fa-clock-rotate-left"></i> Older</a></span>
|
Previous page template: <span class="previous-page"><a href="$previous_page">Newer <i class="fa-solid fa-clock-rotate-left mirror"></i></a></span>
|
||||||
Next page template: <span class="previous-page"><a href="$previous_page">Newer <i class="fa-solid fa-clock-rotate-left mirror"></i></a></a></span>
|
Next page template: <span class="next-page"><a href="$next_page"><i class="fa-solid fa-clock-rotate-left"></i> Older</a></span>
|
||||||
|
|
||||||
|
|
||||||
;; Time stuff
|
;; Time stuff
|
||||||
|
|
|
@ -253,6 +253,9 @@ main>nav {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
.previous-page{
|
||||||
|
margin-left:auto;
|
||||||
|
}
|
||||||
|
|
||||||
.mirror {
|
.mirror {
|
||||||
transform: scaleX(-1);
|
transform: scaleX(-1);
|
||||||
|
|
Loading…
Reference in a new issue