From a18faed6493cffc8ee5b0cbff251a7938ad00ba5 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. --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 7c4752281..b5d159334 100644 --- a/config.toml +++ b/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"