+
+ {{ if .Site.Params.categoriesByCount }}
+ {{ $.Scratch.Set "categories" .Data.Terms.ByCount }}
+ {{ else }}
+ {{ $.Scratch.Set "categories" .Data.Terms.Alphabetical }}
+ {{ end }}
+
+
+ {{ i18n .Data.Plural }}
+
+ {{ $data := .Data }}
+ {{ range $key, $value := $.Scratch.Get "categories" }}
+ -
+
+
+
+
+ {{ end }}
+
+
+ {{ $.Scratch.Set "showCategories" false }}
+
+ {{ partial "scripts" . }}
+
+
diff --git a/themes/Bleach/layouts/taxonomy/series.html b/themes/Bleach/layouts/taxonomy/series.html
new file mode 100644
index 00000000..7291aa57
--- /dev/null
+++ b/themes/Bleach/layouts/taxonomy/series.html
@@ -0,0 +1,23 @@
+
+
+ {{ partial "head.html" . }}
+
+
+
+ {{ partial "scripts.html" . }}
+
diff --git a/themes/Bleach/layouts/taxonomy/series.terms.html b/themes/Bleach/layouts/taxonomy/series.terms.html
new file mode 100644
index 00000000..9830160b
--- /dev/null
+++ b/themes/Bleach/layouts/taxonomy/series.terms.html
@@ -0,0 +1,45 @@
+
+
+ {{ partial "head.html" . }}
+
+
+
Skip to content
+
+
+
+
+ {{ if .Site.Params.seriesByCount }}
+ {{ $.Scratch.Set "series" .Data.Terms.ByCount }}
+ {{ else }}
+ {{ $.Scratch.Set "series" .Data.Terms.Alphabetical }}
+ {{ end }}
+
+
+ {{ i18n .Data.Plural }}
+
+ {{ $data := .Data }}
+ {{ range $key, $value := $.Scratch.Get "series" }}
+ -
+
+
+
+
+ {{ end }}
+
+
+ {{ $.Scratch.Set "showCategories" false }}
+
+ {{ partial "scripts" . }}
+
+
diff --git a/themes/Bleach/layouts/taxonomy/tag.html b/themes/Bleach/layouts/taxonomy/tag.html
new file mode 100644
index 00000000..c801c330
--- /dev/null
+++ b/themes/Bleach/layouts/taxonomy/tag.html
@@ -0,0 +1,26 @@
+
+
+ {{ partial "head.html" . }}
+
+
+
+
Skip to content
+
+
+
+
+ {{ partial "tag.html" . }}
+
+
+ {{ partial "footer.html" . }}
+
+ {{ partial "scripts.html" . }}
+
diff --git a/themes/Bleach/layouts/taxonomy/tag.terms.html b/themes/Bleach/layouts/taxonomy/tag.terms.html
new file mode 100644
index 00000000..cd7ae918
--- /dev/null
+++ b/themes/Bleach/layouts/taxonomy/tag.terms.html
@@ -0,0 +1,45 @@
+
+
+ {{ partial "head.html" . }}
+
+
+
Skip to content
+
+
+
+
+ {{ if .Site.Params.tagsByCount }}
+ {{ $.Scratch.Set "tags" .Data.Terms.ByCount }}
+ {{ else }}
+ {{ $.Scratch.Set "tags" .Data.Terms.Alphabetical }}
+ {{ end }}
+
+
+ {{ i18n .Data.Plural }}
+
+ {{ $data := .Data }}
+ {{ range $key, $value := $.Scratch.Get "tags" }}
+ -
+
+
+
+
+ {{ end }}
+
+
+ {{ $.Scratch.Set "showCategories" false }}
+
+ {{ partial "scripts" . }}
+
+