diff options
author | Tobias Schmidl <tobias@schmidl.cc> | 2016-01-10 20:45:47 +0100 |
---|---|---|
committer | Tobias Schmidl <T.Schmidl@erhardt-leimer.com> | 2016-01-11 12:27:56 +0100 |
commit | 6b60cda6325e00b03a50c6d24115d6ba2bef6370 (patch) | |
tree | f325487c439657536cbd978ecea8feb09ad129e6 /cebong/templates/piwik.html | |
parent | 7708409dff79400c9f20c5b6fa613852fb437021 (diff) | |
download | pelican-themes-6b60cda6325e00b03a50c6d24115d6ba2bef6370.tar.gz |
Changed a lot of URLs towards HTTPS
We don't want to have mixed mode on the site, therefore it's useful to use HTTPS wherever possible.
It's no problem to load HTTPS content on a plain HTTP enabled site, but it is a problem the other way round.
Diffstat (limited to 'cebong/templates/piwik.html')
-rw-r--r-- | cebong/templates/piwik.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cebong/templates/piwik.html b/cebong/templates/piwik.html index ff459af..337157a 100644 --- a/cebong/templates/piwik.html +++ b/cebong/templates/piwik.html @@ -12,5 +12,5 @@ piwikTracker.trackPageView(); piwikTracker.enableLinkTracking(); } catch( err ) {} - </script><noscript><p><img src="http://{{ PIWIK_URL }}/piwik.php?idsite={{ PIWIK_SITE_ID }}" style="border:0" alt="" /></p></noscript> -{% endif %}
\ No newline at end of file + </script><noscript><p><img src="https://{{ PIWIK_URL }}/piwik.php?idsite={{ PIWIK_SITE_ID }}" style="border:0" alt="" /></p></noscript> +{% endif %} |