From f61a24c037717fcc615de7e1d1759d1d2b338334 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 22 Mar 2020 10:05:15 +0200 Subject: [PATCH] config.toml: Fix line breaks in about block I think this manual use of
worked before Hugo switched to the Blackfriday Markdown parser. Now we simply need to use two spaces. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 89c433c2..8da31642 100644 --- a/config.toml +++ b/config.toml @@ -38,7 +38,7 @@ enableGitInfo = true [params.sidebar] # Optional about block for sidebar (can be Markdown) - about = "*Picturing Jordan*, sharing Jordan with the world — one picture at a time.

[Read more →](/about)" + about = "*Picturing Jordan*, sharing Jordan with the world — one picture at a time. [Read more →](/about)" # How many posts to show on the sidebar (Default: 5) #num_recent_posts = 2