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