1
0

config.toml: Add license text for footer

This commit is contained in:
Alan Orth 2016-10-09 13:49:30 +03:00
parent f9e2e3a1b7
commit fcc16e48b2
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -7,6 +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 [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/)."
[permalinks]
post = "/:year/:month/:slug/"