diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9cc8f90..91d8c49 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -26,6 +26,7 @@ hasCJKLanguage = true [outputs] section = ["JSON", "HTML"] + taxonomy = ["JSON", "HTML"] [[menu.main]] identifier = "blog" diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html new file mode 100644 index 0000000..8d6e9ce --- /dev/null +++ b/layouts/_default/terms.html @@ -0,0 +1,12 @@ +{{ define "main"}} + {{ partial "header.html" . }} + +
+ +
+ {{ partial "footer.html" . }} +{{ end }}