浏览代码

Use http or https depending on page access

ghuron 9 年之前
父节点
当前提交
d6accc23ee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/default/index.twig

+ 1 - 1
themes/default/index.twig

@@ -10,7 +10,7 @@
         <meta name="robots" content="{{ meta.robots }}">
         <meta name="robots" content="{{ meta.robots }}">
     {% endif %}
     {% 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" />
     <link rel="stylesheet" href="{{ theme_url }}/style.css" type="text/css" />
 
 
     <script src="{{ theme_url }}/scripts/modernizr-2.6.1.min.js"></script>
     <script src="{{ theme_url }}/scripts/modernizr-2.6.1.min.js"></script>