1
0
Fork 0

config.toml: Use Markdown in copyright

I hadn't noticed this until now, but Hugo's markdownify wasn't ren-
dering the link in my copyright. I guess you must pass it actual
Markdown content.
This commit is contained in:
Alan Orth 2020-12-07 21:51:20 +02:00
parent d5c96120ad
commit bd7dcbba5c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ theme = "hugo-theme-bootstrap4-blog"
enableRobotsTXT = true
# number of posts to show on home/category/tag pages (Default: 10)
paginate = 3
copyright = "Except where otherwise noted, content on this site is licensed under a <a rel='license' href='https://creativecommons.org/licenses/by-sa/4.0/'>Creative Commons Attribution 4.0 International license</a>."
copyright = "Except where otherwise noted, content on this site is licensed under a [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/)."
enableGitInfo = true
#[imaging]