diff options
author | Jeremy Nation <jeremy@jeremynation.me> | 2016-06-05 16:43:12 -0400 |
---|---|---|
committer | Jeremy Nation <jeremy@jeremynation.me> | 2016-06-05 16:43:12 -0400 |
commit | cf3d1ed3bd47ec539993135bf193b0bead8abfe2 (patch) | |
tree | 7fbd5e1b42149218742c3cf98dde4a3e0fd1c138 /backdrop/templates/footer.html | |
parent | ccb8efc064dff0cc24fe715d8f83e33e061c64de (diff) | |
download | pelican-themes-cf3d1ed3bd47ec539993135bf193b0bead8abfe2.tar.gz |
Use HTTPS Creative Commons URLs where appropriate
Diffstat (limited to 'backdrop/templates/footer.html')
-rw-r--r-- | backdrop/templates/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backdrop/templates/footer.html b/backdrop/templates/footer.html index b5db695..d57bb34 100644 --- a/backdrop/templates/footer.html +++ b/backdrop/templates/footer.html @@ -35,7 +35,7 @@ <div class="small-12 medium-6 columns"> <p class="small-text-center medium-text-left"> © {{ YEAR }} {{ AUTHOR }} {{ LICENSE }} - <!-- <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="cc.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="cc.png" /></a>--> </p> </div> <div class="small-12 medium-6 columns"> |