From f89eb349e4d6e9044fe54492f63f73317b1d6b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 14 Jan 2016 22:59:38 +0100 Subject: [PATCH] Docs: Enable plain id anchors Making it possible to post permanent anchored links to StackExchange etc. --- docs/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/config.toml b/docs/config.toml index 7c4752281..b5d159334 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"