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 }}