1
0

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:
Alan Orth 2020-03-22 10:05:15 +02:00
parent 2b635bc94f
commit f61a24c037
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -38,7 +38,7 @@ enableGitInfo = true
[params.sidebar]
# Optional about block for sidebar (can be Markdown)
about = "*Picturing Jordan*, sharing Jordan with the worldone picture at a time.<br><br>[Read more →](/about)"
about = "*Picturing Jordan*, sharing Jordan with the worldone picture at a time. [Read more →](/about)"
# How many posts to show on the sidebar (Default: 5)
#num_recent_posts = 2