diff --git a/config.yml b/config.yml index 6ca5b34..e9a5f24 100644 --- a/config.yml +++ b/config.yml @@ -42,9 +42,6 @@ rssLimit: 100 disableHugoGeneratorInject: true enableEmoji: true MetaDataFormat: yaml -disableKinds: - - taxonomy - - taxonomyTerm pygmentsCodeFencesGuessSyntax: true PygmentsCodeFences: true diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html new file mode 100644 index 0000000..00bd66e --- /dev/null +++ b/layouts/_default/taxonomy.html @@ -0,0 +1,10 @@ +{{ partial "page_start.html" . }} +
+ {{ partial "content.html" . }} +
+ {{ range .Pages.ByTitle }} + {{ partial "box_image.html" . }} + {{ end }} +
+
+{{ partial "page_end.html" . }} diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html new file mode 100644 index 0000000..00bd66e --- /dev/null +++ b/layouts/_default/terms.html @@ -0,0 +1,10 @@ +{{ partial "page_start.html" . }} +
+ {{ partial "content.html" . }} +
+ {{ range .Pages.ByTitle }} + {{ partial "box_image.html" . }} + {{ end }} +
+
+{{ partial "page_end.html" . }}