|
@@ -10,9 +10,9 @@
|
10
|
10
|
<title> {{ .Title }} · {{ .Site.Title }} </title>
|
11
|
11
|
|
12
|
12
|
<!-- CSS -->
|
13
|
|
- <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/poole.css">
|
14
|
|
- <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/syntax.css">
|
15
|
|
- <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/hyde.css">
|
|
13
|
+ <link rel="stylesheet" href="{{ .Site.BaseURL }}/css/poole.css">
|
|
14
|
+ <link rel="stylesheet" href="{{ .Site.BaseURL }}/css/syntax.css">
|
|
15
|
+ <link rel="stylesheet" href="{{ .Site.BaseURL }}/css/hyde.css">
|
16
|
16
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
|
17
|
17
|
|
18
|
18
|
<!-- Icons -->
|