add missing quotes in toml config example
This commit is contained in:
parent
42f8a0caff
commit
90f9d9a49a
2 changed files with 2 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
```Toml
|
||||
# ...
|
||||
|
||||
theme = hugo-geekdoc
|
||||
theme = 'hugo-geekdoc'
|
||||
|
||||
# Required to get well formatted code blocks
|
||||
pygmentsUseClasses = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue