Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/spookey/slick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAos <aosdab@gmail.com>2017-12-21 22:57:00 +0300
committerAos <aosdab@gmail.com>2017-12-21 22:57:00 +0300
commitac807350191ee4dc546e3f13e9b3dd9fb1bb3345 (patch)
treea116d2ebe4e6af5e119579dda6fa1ff500a90457 /exampleSite
parentbc974587f363e86e04ed37f59dcbad0935b70fee (diff)
Fixed formatting of strings inside arrays in config file
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3c4afe6..77c5e27 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -9,7 +9,7 @@ copyright = "(c) 2017"
highlight = true
# Supports highlighting for languages not included in the original pack
# See https://highlightjs.org/download/
- hjslangs = [go, elixir]
+ hjslangs = ["go", "elixir"]
# Builds a list page for each category given
[taxonomies]