Use plain ID anchors

This commit is contained in:
Philipp Oppermann
2016-02-15 00:37:49 +01:00
parent ea7f21a392
commit 97c3680013

View File

@@ -17,6 +17,8 @@ uglyurls = true
subtitle = "Philipp Oppermann's blog" subtitle = "Philipp Oppermann's blog"
date_format = "Jan 2, 2006" date_format = "Jan 2, 2006"
[permalinks] [permalinks]
post = "/:filename.html" post = "/:filename.html"
[blackfriday]
plainIDAnchors = true