Switched stylesheet for font to HTTPS to avoid mixed content issues

This commit is contained in:
Alex Gaynor 2017-09-24 14:02:53 -04:00 committed by GitHub
parent 3f1f5bb081
commit f9250e198b

View File

@ -14,7 +14,7 @@
{% block sidebar2 %}{% endblock %}
{% block extrahead %}
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700'
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,700'
rel='stylesheet' type='text/css' />
{{ super() }}
{%- if not embedded %}