shithub: hugo

Download patch

ref: f89eb349e4d6e9044fe54492f63f73317b1d6b0c
parent: 78f9bf24448e088e3b2c9ebe4f17f5f6f2ffa597
author: Bjørn Erik Pedersen <[email protected]>
date: Thu Jan 14 17:59:38 EST 2016

Docs: Enable plain id anchors

Making it possible to post permanent anchored links to StackExchange etc.

--- a/docs/config.toml
+++ b/docs/config.toml
@@ -3,6 +3,9 @@
 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"