Browse Source

Merge pull request #17 from kwo/master

change .BaseUrl to .BaseURL
digitalcraftsman 9 years ago
parent
commit
d84c5080b6
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      layouts/partials/head.html

+ 3
- 3
layouts/partials/head.html View File

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