diff options
| author | Arne Rief <riearn@proton.me> | 2026-06-15 17:30:13 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2026-06-15 17:30:13 +0200 |
| commit | 9bd9c28cae452b43b4fcece040d06728990c2c26 (patch) | |
| tree | d7d9155478a930376c4e647ed2f855af9bf5f242 /layouts/tags | |
| parent | d6806ebb4dd1baacaf9414f67d34625978e0fdb9 (diff) | |
Fix pagination langTranslate, HTML cleanup
Diffstat (limited to 'layouts/tags')
| -rw-r--r-- | layouts/tags/list.html | 4 | ||||
| -rw-r--r-- | layouts/tags/term.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/layouts/tags/list.html b/layouts/tags/list.html index 87f74de..0a346a5 100644 --- a/layouts/tags/list.html +++ b/layouts/tags/list.html @@ -1,6 +1,6 @@ {{- /* List of All Tags */ -}} {{- define "main" }} -<article class="tags-index"> +<section class="tags-index"> <header class="tags-index__header"> <h1 class="tags-index__headline"> {{ lang.Translate "tags_all" | default "All Tags" }} @@ -33,5 +33,5 @@ </p> {{- end }} </section> -</article> +</section> {{- end }} diff --git a/layouts/tags/term.html b/layouts/tags/term.html index f4dfd73..8cd73f4 100644 --- a/layouts/tags/term.html +++ b/layouts/tags/term.html @@ -1,6 +1,6 @@ {{- /* List of All Articles for a Specific Tag */ -}} {{- define "main" }} -<article class="tag-page"> +<section class="list-page"> <header class="tag-page__header"> <h1 class="tag-page__headline"> <span class="tag-page__label"> @@ -38,5 +38,5 @@ </a> </nav> </footer> -</article> +</section> {{- end }} |
