diff --git a/webapp_utils.py b/webapp_utils.py index 40dd698ff..953f74837 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -888,6 +888,11 @@ def htmlHeaderWithBlogMarkup(cssFilename: str, instanceTitle: str, authorUrl = httpPrefix + '://' + domain + '/users/' + nickname aboutUrl = httpPrefix + '://' + domain + '/about.html' + + # license for content on the site may be different from + # the software license + contentLicenseUrl = 'https://creativecommons.org/licenses/by/3.0' + blogMarkup = \ ' \n'