Mercurial > p > roundup > code
diff website/www/_templates/layout.html @ 6164:a9fcb4b0bad9
Change image url for sourceforge to use https.
Makes chrome now report page is secure. It was a mix of http and https
content and thus not secure.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 13 May 2020 00:50:36 -0400 |
| parents | c2fd254c9257 |
| children | 6523edf235d4 |
line wrap: on
line diff
--- a/website/www/_templates/layout.html Wed May 13 00:40:14 2020 -0400 +++ b/website/www/_templates/layout.html Wed May 13 00:50:36 2020 -0400 @@ -114,7 +114,7 @@ {%- if last_updated %} {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %} {%- endif %} - <span>Hosted by <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=31577&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a></span> + <span>Hosted by <a href="https://sourceforge.net"><img src="https://sflogo.sourceforge.net/sflogo.php?group_id=31577&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a></span> </div> </div> {%- endblock %}
