diff options
| author | Arne Rief <riearn@proton.me> | 2025-09-18 21:04:22 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2025-09-18 21:04:22 +0200 |
| commit | e754bed52740760c91be6b651887980a51cd59cf (patch) | |
| tree | cadb0d9e50c88870d9c4d40b9a057a8c420ae76b /layouts/partials/single/next-prev.html | |
| parent | f031ecd9b61101eb70be2e39f3f70d03b0479c01 (diff) | |
UI improvements
Diffstat (limited to 'layouts/partials/single/next-prev.html')
| -rw-r--r-- | layouts/partials/single/next-prev.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/single/next-prev.html b/layouts/partials/single/next-prev.html index 4d6e962..452ce7e 100644 --- a/layouts/partials/single/next-prev.html +++ b/layouts/partials/single/next-prev.html @@ -1,6 +1,7 @@ {{- /* Navigation for next & previous post and back to top */ -}} {{- if ne .Params.excludeFromLists true }} <nav class="post__navigation" aria-label="{{ lang.Translate "post.navigation" | default "Post navigation" }}"> + <hr /> <ul class="post__navigation-list"> {{- with .PrevInSection }} <li class="post__navigation-prev"> |
