From: Bjørn Erik Pedersen Date: Thu, 14 Jan 2016 21:59:38 +0000 (+0100) Subject: Docs: Enable plain id anchors X-Git-Tag: v0.16~426 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f89eb349e4d6e9044fe54492f63f73317b1d6b0c;p=brevno-suite%2Fhugo Docs: Enable plain id anchors Making it possible to post permanent anchored links to StackExchange etc. --- diff --git a/docs/config.toml b/docs/config.toml index 7c475228..b5d15933 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -3,6 +3,9 @@ baseurl = "http://gohugo.io/" MetaDataFormat = "yaml" pluralizeListTitles = false +[blackfriday] + plainIDAnchors = true + [params] description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go" author = "Steve Francia (spf13) and friends"