Quellcode durchsuchen

Fix http link reference when site enables https

Lingchao Xin vor 10 Jahren
Ursprung
Commit
100fa30578
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      themes/hyde/base.tmpl

+ 2 - 2
themes/hyde/base.tmpl

@@ -6,8 +6,8 @@
6 6
   <head>
7 7
     <title>{$config.title}</title>
8 8
     <meta http-equiv="content-type" content="text/html; charset={$config.charset}" />
9
-    <link href="http://fonts.googleapis.com/css?family=Vollkorn:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css" />
10
-    <link href="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css" />
9
+    <link href="//fonts.googleapis.com/css?family=Vollkorn:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css" />
10
+    <link href="//fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css" />
11 11
     <link href= "{$config.domain}/css/style.css" rel="stylesheet" type="text/css" />
12 12
     <link rel="alternate" href="{$config.domain}/rss.xml" type="application/rss+xml" />
13 13
     {if $injections.head}