diff --git a/config.toml b/config.toml index dcd10ba5..786f7d89 100644 --- a/config.toml +++ b/config.toml @@ -22,3 +22,6 @@ contentdir = "../blog" [permalinks] post = "/:slug.html" page = "/:filename.html" + +[blackfriday] + plainIDAnchors = true