config.toml: Fix line breaks in about block
I think this manual use of <br> worked before Hugo switched to the Blackfriday Markdown parser. Now we simply need to use two spaces.
This commit is contained in:
parent
2b635bc94f
commit
f61a24c037
@ -38,7 +38,7 @@ enableGitInfo = true
|
|||||||
|
|
||||||
[params.sidebar]
|
[params.sidebar]
|
||||||
# Optional about block for sidebar (can be Markdown)
|
# Optional about block for sidebar (can be Markdown)
|
||||||
about = "*Picturing Jordan*, sharing Jordan with the world — one picture at a time.<br><br>[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)
|
# How many posts to show on the sidebar (Default: 5)
|
||||||
#num_recent_posts = 2
|
#num_recent_posts = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user