From 6a4dbe8446ea000eefc2e49af505b70a2f67f069 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 1 May 2016 12:33:56 +0200 Subject: [PATCH] Revert "Remove `plainIDAnchors option" This reverts commit 7343fc7a50ba4fee4f9f44dc4e188c666823d4b4. --- config.toml | 3 +++ 1 file changed, 3 insertions(+) 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