mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Docs: Enable plain id anchors
Making it possible to post permanent anchored links to StackExchange etc.
This commit is contained in:
parent
78f9bf2444
commit
f89eb349e4
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue