From 2ae9378743395a0fd91a82a6cfc80df1547cbf20 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 31 Dec 2022 00:32:24 -0800 Subject: [PATCH] Change article tag to section in taxonomy.html --- layouts/_default/taxonomy.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index ebed6870..e730afc2 100644 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -1,7 +1,7 @@ {{ define "main" }} {{ partial "paige/article" . }} {{ if .Pages }} -
+
    {{ range (sort .Pages "Title") }}
  • @@ -9,6 +9,6 @@
  • {{ end }}
-
+ {{ end }} {{ end }}