diff options
Diffstat (limited to 'photowall/templates/base.html')
-rw-r--r-- | photowall/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/photowall/templates/base.html b/photowall/templates/base.html index f5c01eb..ed1707a 100644 --- a/photowall/templates/base.html +++ b/photowall/templates/base.html @@ -74,7 +74,7 @@ function greyon(img) </section><!-- /#extras --> <footer id="contentinfo" class="body"> - <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> + <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> </footer><!-- /#contentinfo --> {% include 'analytics.html' %} |