diff options
| author | Arne Rief <riearn@proton.me> | 2025-09-04 20:05:27 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2025-09-04 20:05:27 +0200 |
| commit | 26df3baeb1afcb4c41ec99f940b237b9589caa42 (patch) | |
| tree | ee970fe0810d56a4b83174d282127593ba418547 /layouts/tags | |
| parent | 2204aa9db535af9b0c38487f74a56bd0ac9f07e2 (diff) | |
Ready for deployment
Diffstat (limited to 'layouts/tags')
| -rw-r--r-- | layouts/tags/term.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/tags/term.html b/layouts/tags/term.html index d3d8b6a..bbdc0bf 100644 --- a/layouts/tags/term.html +++ b/layouts/tags/term.html @@ -17,7 +17,7 @@ <section class="tag-page__content" aria-label="{{ lang.Translate "tags.posts_list" | default "Posts with this tag:" }}"> {{- with .Pages }} - <ul class="tag-page__posts"> + <ul class="tag-page__posts-list"> {{- range . }} <li class="tag-page__post"> {{- partial "list/post-card.html" . }} @@ -33,8 +33,8 @@ <footer class="tag-page__footer"> <nav class="tag-page__navigation" aria-label="{{ lang.Translate "tags.navigation" | default "Tag navigation" }}"> - <a href="{{ .Parent.RelPermalink }}" class="tag-page__list-all-link"> - ← {{ lang.Translate "tags.all_tags" | default "All tags" }} + <a href="{{ .Parent.RelPermalink }}" class="tag-page__view-all-link"> + {{ lang.Translate "tags.all_tags" | default "All tags" }} ยป </a> </nav> </footer> |
