Fix markdown rendering with new Hugo version

This commit is contained in:
Rhyne Vlaservich 2020-09-13 12:00:27 -04:00
parent 5c470e9fd2
commit 705a1a2664

View file

@ -16,5 +16,7 @@ title404 = "Nothing's here!"
# Title Separator: - — · • * ⋆ | ~ « » < >
titleSeparator = "•"
[blackfriday]
hrefTargetBlank = true
[markup]
defaultMarkdownHandler = "blackfriday"
[markup.blackFriday]
hrefTargetBlank = true