shithub: hugo

Download patch

ref: 06772eefcd1e1122715446fc2665310dd62151ed
parent: c3d28d28970d33334d052fabbbf1a182fc97348f
author: Bjørn Erik Pedersen <[email protected]>
date: Tue Apr 12 14:34:46 EDT 2016

Default to plainIDAnchors

Fixes #2057

--- a/helpers/content.go
+++ b/helpers/content.go
@@ -65,7 +65,7 @@
 		"hrefTargetBlank":                  false,
 		"smartDashes":                      true,
 		"latexDashes":                      true,
-		"plainIDAnchors":                   false,
+		"plainIDAnchors":                   true,
 		"sourceRelativeLinks":              false,
 		"sourceRelativeLinksProjectFolder": "/docs/content",
 	}