summaryrefslogtreecommitdiff
path: root/layouts/tags
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/tags')
-rw-r--r--layouts/tags/list.html4
-rw-r--r--layouts/tags/term.html4
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 }}