diff options
author | Justin Mayer <entroP@gmail.com> | 2016-09-10 08:33:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-10 08:33:53 -0600 |
commit | a4782a768278b145dcab0171c43214bc07b49f56 (patch) | |
tree | 11f2fbf590e2e0de6c2596d4572c0ae30cbc3959 /photowall/templates/base.html | |
parent | fd0a6ceb4158701ca63e9b40169d5a1be4ba7772 (diff) | |
parent | cf3d1ed3bd47ec539993135bf193b0bead8abfe2 (diff) | |
download | pelican-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.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' %} |