diff options
| author | Arne Rief <riearn@proton.me> | 2025-09-09 23:52:47 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2025-09-09 23:52:47 +0200 |
| commit | ec89ee00b4ffd756938db6a876c241312a4d7f57 (patch) | |
| tree | 976f03d7f316d26c64502f0cb535ce1d15c618a7 /layouts | |
| parent | 0b7c4c743eda002c5319c705a050c7a45bd532e1 (diff) | |
Bugfixes
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/single/next-prev.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/single/next-prev.html b/layouts/partials/single/next-prev.html index b80e39a..73d48cf 100644 --- a/layouts/partials/single/next-prev.html +++ b/layouts/partials/single/next-prev.html @@ -1,4 +1,5 @@ {{- /* Navigation for Next and Previous Post */ -}} +{{- if ne .Params.excludeFromLists true }} <nav class="post__navigation" aria-label="{{ lang.Translate "post.navigation" | default "Post navigation" }}"> <ul class="post__navigation-list"> {{- with .PrevInSection }} @@ -28,3 +29,4 @@ {{- end }} </ul> </nav> +{{- end }} |
