summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2025-09-18 21:04:22 +0200
committerArne Rief <riearn@proton.me>2025-09-18 21:04:22 +0200
commite754bed52740760c91be6b651887980a51cd59cf (patch)
treecadb0d9e50c88870d9c4d40b9a057a8c420ae76b /layouts
parentf031ecd9b61101eb70be2e39f3f70d03b0479c01 (diff)
UI improvements
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/single/next-prev.html1
-rw-r--r--layouts/partials/single/tags.html4
2 files changed, 3 insertions, 2 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">
diff --git a/layouts/partials/single/tags.html b/layouts/partials/single/tags.html
index 0451c2e..16cd872 100644
--- a/layouts/partials/single/tags.html
+++ b/layouts/partials/single/tags.html
@@ -1,8 +1,8 @@
{{- with .GetTerms "tags" }}
<section class="post__tags" aria-labelledby="tags-heading">
- <h2 id="tags-heading" class="post__tags-heading">
+ <p id="tags-heading" class="post__tags-heading">
{{ lang.Translate "tags.name" | default "Tags" }}
- </h2>
+ </p>
<ul class="post__tags-list">
{{- range . }}