Fix http link reference when site enables https
This commit is contained in:
parent
144cb03294
commit
100fa30578
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
<head>
|
<head>
|
||||||
<title>{$config.title}</title>
|
<title>{$config.title}</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset={$config.charset}" />
|
<meta http-equiv="content-type" content="text/html; charset={$config.charset}" />
|
||||||
<link href="http://fonts.googleapis.com/css?family=Vollkorn:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css" />
|
<link href="//fonts.googleapis.com/css?family=Vollkorn:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css" />
|
||||||
<link href="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css" />
|
<link href="//fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css" />
|
||||||
<link href= "{$config.domain}/css/style.css" rel="stylesheet" type="text/css" />
|
<link href= "{$config.domain}/css/style.css" rel="stylesheet" type="text/css" />
|
||||||
<link rel="alternate" href="{$config.domain}/rss.xml" type="application/rss+xml" />
|
<link rel="alternate" href="{$config.domain}/rss.xml" type="application/rss+xml" />
|
||||||
{if $injections.head}
|
{if $injections.head}
|
||||||
|
|
Loading…
Add table
Reference in a new issue