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

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-07-11 19:11:29 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-07-11 19:11:29 +0300
commit252bcc6b5e1d092f1cb94451709683569523fa3d (patch)
tree63aeff85baefb020d955dd4144e9700ac6a54fbd /config.toml
parent2e201795bd41ec6f4fc763f2e0ea2eb6a5eae30c (diff)
Make anchor tags in README work
Fixes #14
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index f8a89b9..1931aad 100644
--- a/config.toml
+++ b/config.toml
@@ -1,3 +1,7 @@
baseurl = "http://themes.gohugo.io"
languageCode = "en-us"
title = "Hugo Themes"
+
+[blackfriday]
+plainIdAnchors=true
+