From fe4239d39091682dfdbb5dd5b6dbf75798f9377c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 6 Jan 2021 13:48:53 +0200 Subject: [PATCH] Creative commons license footer. Change license to CC-BY-NC-BD. While there, use the new mirror that Creative Commons have for the license button. --- templates/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 6db8b30..7b01485 100644 --- a/templates/base.html +++ b/templates/base.html @@ -60,7 +60,11 @@ ·--> <a class="atom" href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}">Feed</a> · - <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by/4.0/80x15.png" /></a><br /> + <a rel="license" + href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img + alt="Creative Commons Attribution-NonCommercial-NoDerivatives + 4.0 International License" style="border-width:0" + src="https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by-nc-nd.svg" /></a><br /> </div> </div> <div class="clear"></div> -- GitLab