Bläddra i källkod

Fix http link reference when site enables https

Lingchao Xin 10 år sedan
förälder
incheckning
100fa30578
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      themes/hyde/base.tmpl

+ 2 - 2
themes/hyde/base.tmpl

6
   <head>
6
   <head>
7
     <title>{$config.title}</title>
7
     <title>{$config.title}</title>
8
     <meta http-equiv="content-type" content="text/html; charset={$config.charset}" />
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
     <link href= "{$config.domain}/css/style.css" rel="stylesheet" type="text/css" />
11
     <link href= "{$config.domain}/css/style.css" rel="stylesheet" type="text/css" />
12
     <link rel="alternate" href="{$config.domain}/rss.xml" type="application/rss+xml" />
12
     <link rel="alternate" href="{$config.domain}/rss.xml" type="application/rss+xml" />
13
     {if $injections.head}
13
     {if $injections.head}