aboutsummaryrefslogtreecommitdiffstats
path: root/photowall/templates/base.html
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2016-09-10 08:33:53 -0600
committerGitHub <noreply@github.com>2016-09-10 08:33:53 -0600
commita4782a768278b145dcab0171c43214bc07b49f56 (patch)
tree11f2fbf590e2e0de6c2596d4572c0ae30cbc3959 /photowall/templates/base.html
parentfd0a6ceb4158701ca63e9b40169d5a1be4ba7772 (diff)
parentcf3d1ed3bd47ec539993135bf193b0bead8abfe2 (diff)
downloadpelican-themes-a4782a768278b145dcab0171c43214bc07b49f56.tar.gz
Merge pull request #403 from jeremyn/master
Use HTTPS Creative Commons URLs where appropriate
Diffstat (limited to 'photowall/templates/base.html')
-rw-r--r--photowall/templates/base.html2
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' %}