Merge pull request #346 from ghuron/patch-1

Use http or https depending on page access
This commit is contained in:
Daniel Rudolf 2016-04-21 14:14:41 +02:00
commit 32be061cd6

View File

@ -10,7 +10,7 @@
<meta name="robots" content="{{ meta.robots }}">
{% endif %}
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700" type="text/css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,700" type="text/css" />
<link rel="stylesheet" href="{{ theme_url }}/style.css" type="text/css" />
<script src="{{ theme_url }}/scripts/modernizr-2.6.1.min.js"></script>