From a80cb42a340035ea3eadd432ac93f8ae959d2568 Mon Sep 17 00:00:00 2001 From: jtbx Date: Thu, 5 Oct 2023 23:23:48 +0200 Subject: [PATCH] Taxonomies: Fix headings and lists --- content/authors/_index.md | 3 +++ content/categories/_index.md | 3 +++ content/tags/_index.md | 3 +++ themes/ccchh/layouts/_default/term.html | 16 ++++++++++++++++ themes/ccchh/layouts/_default/terms.html | 17 +++++++++++++++++ 5 files changed, 42 insertions(+) create mode 100644 content/authors/_index.md create mode 100644 content/categories/_index.md create mode 100644 content/tags/_index.md create mode 100644 themes/ccchh/layouts/_default/term.html create mode 100644 themes/ccchh/layouts/_default/terms.html diff --git a/content/authors/_index.md b/content/authors/_index.md new file mode 100644 index 0000000..6198244 --- /dev/null +++ b/content/authors/_index.md @@ -0,0 +1,3 @@ +--- +title: Autoren +--- \ No newline at end of file diff --git a/content/categories/_index.md b/content/categories/_index.md new file mode 100644 index 0000000..c56e0de --- /dev/null +++ b/content/categories/_index.md @@ -0,0 +1,3 @@ +--- +title: Blogpost-Kategorien +--- \ No newline at end of file diff --git a/content/tags/_index.md b/content/tags/_index.md new file mode 100644 index 0000000..a8f19c1 --- /dev/null +++ b/content/tags/_index.md @@ -0,0 +1,3 @@ +--- +title: Tags +--- \ No newline at end of file diff --git a/themes/ccchh/layouts/_default/term.html b/themes/ccchh/layouts/_default/term.html new file mode 100644 index 0000000..dc3822a --- /dev/null +++ b/themes/ccchh/layouts/_default/term.html @@ -0,0 +1,16 @@ +{{ define "main" }} +
+
+

{{ .Parent.Title }}: {{ .Title }}

+
+ + +
+{{ end }} diff --git a/themes/ccchh/layouts/_default/terms.html b/themes/ccchh/layouts/_default/terms.html new file mode 100644 index 0000000..1d6e781 --- /dev/null +++ b/themes/ccchh/layouts/_default/terms.html @@ -0,0 +1,17 @@ +{{ define "main" }} +
+
+

{{ .Title }}

+
+ +
+ +
+
+{{ end }}