diff --git a/exampleSite/config.toml b/exampleSite/config.toml index f2dfc27..e5e2d74 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -74,7 +74,6 @@ DefaultContentLanguage = "en" # Default language fo # You can add more by yourself [taxonomies] tag = "tags" - series = "series" [markup] defaultMarkdownHandler = "goldmark" diff --git a/exampleSite/content/en/blog/configuration.md b/exampleSite/content/en/blog/configuration.md index ea588d1..dc76d37 100644 --- a/exampleSite/content/en/blog/configuration.md +++ b/exampleSite/content/en/blog/configuration.md @@ -2,7 +2,6 @@ title: "Theme Features" date: 2020-07-25T02:04:06-05:00 tags: ["code"] -series: ["stuff and things"] --- Here are some helpful tips for setting up this theme.