add missing quotes in toml config example

master
Robert Kaussow 2020-04-15 09:09:12 +02:00
parent 42f8a0caff
commit 90f9d9a49a
2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1 @@
* BREAKING
* min Hugo version is now v0.65
* ENHANCEMENT
* update mermaid to v8.5.0
* update config documentation
* UNRELEASED

View File

@ -6,7 +6,7 @@
```Toml
# ...
theme = hugo-geekdoc
theme = 'hugo-geekdoc'
# Required to get well formatted code blocks
pygmentsUseClasses = true