1
0

config.toml: Improve license in footer

According to the Creative Commons wiki the simplest way to apply a
license to a web site is to use rel="license".

See: https://wiki.creativecommons.org/wiki/Marking_your_work_with_a_CC_license
This commit is contained in:
Alan Orth 2017-03-28 11:31:41 +03:00
parent f48a49fc39
commit 21dea50b7e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -7,7 +7,7 @@ theme = "hugo-theme-bootstrap4-blog"
enableRobotsTXT = true enableRobotsTXT = true
# number of posts to show on home/category/tag pages (Default: 10) # number of posts to show on home/category/tag pages (Default: 10)
paginate = 3 paginate = 3
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/)." 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>."
enableGitInfo = true enableGitInfo = true
[permalinks] [permalinks]