Merge pull request #80 from douglarek/patch-1
Fix http link reference when site enables https
This commit is contained in:
commit
132b235aee
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
<head>
|
||||
<title>{$config.title}</title>
|
||||
<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="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css" />
|
||||
<link href="//fonts.googleapis.com/css?family=Vollkorn:regular,italic,bold,bolditalic" 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 rel="alternate" href="{$config.domain}/rss.xml" type="application/rss+xml" />
|
||||
{if $injections.head}
|
||||
|
|
Loading…
Add table
Reference in a new issue