From 6aa85aecfc55adf1e324adf7dc61917618c20849 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Sat, 9 Mar 2019 17:57:11 +0100 Subject: [PATCH] get rid of taxonomy error introduced by newer hugo version --- site/config.toml | 1 + site/layouts/_default/list.html | 0 2 files changed, 1 insertion(+) create mode 100644 site/layouts/_default/list.html diff --git a/site/config.toml b/site/config.toml index 0e560ea..98a336f 100644 --- a/site/config.toml +++ b/site/config.toml @@ -3,6 +3,7 @@ title = "Public Money, Public Code" theme = "hugo-creative-theme" DefaultContentLanguage = "en" enableGitInfo = true +disableKinds = ["taxonomy", "taxonomyTerm"] # Static strings shared by all languages – these are not to be translated! [params.static] diff --git a/site/layouts/_default/list.html b/site/layouts/_default/list.html new file mode 100644 index 0000000..e69de29