From 90f9d9a49a49af3ea9412b40f55b958f2ee4a5ac Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 15 Apr 2020 09:09:12 +0200 Subject: [PATCH] add missing quotes in toml config example --- CHANGELOG.md | 6 +----- exampleSite/content/usage/configuration.md | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2129e93..40239e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1 @@ -* BREAKING - * min Hugo version is now v0.65 -* ENHANCEMENT - * update mermaid to v8.5.0 - * update config documentation +* UNRELEASED diff --git a/exampleSite/content/usage/configuration.md b/exampleSite/content/usage/configuration.md index 0b90cc7..40c2ff2 100644 --- a/exampleSite/content/usage/configuration.md +++ b/exampleSite/content/usage/configuration.md @@ -6,7 +6,7 @@ ```Toml # ... -theme = hugo-geekdoc +theme = 'hugo-geekdoc' # Required to get well formatted code blocks pygmentsUseClasses = true