Merge pull request #80 from douglarek/patch-1

Fix http link reference when site enables https
This commit is contained in:
Brit Butler 2015-05-24 14:51:49 -04:00
commit 132b235aee

View file

@ -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}