diff options
Diffstat (limited to 'layouts/partials')
| -rw-r--r-- | layouts/partials/single/next-prev.html | 1 | ||||
| -rw-r--r-- | layouts/partials/single/tags.html | 4 |
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 . }} |
