Browse Source

change .BaseUrl to .BaseURL

Karl Ostendorf 9 years ago
parent
commit
b8dbb20793
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      layouts/partials/head.html

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

10
   <title> {{ .Title }} &middot; {{ .Site.Title }} </title>
10
   <title> {{ .Title }} &middot; {{ .Site.Title }} </title>
11
 
11
 
12
   <!-- CSS -->
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
   <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
16
   <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
17
 
17
 
18
   <!-- Icons -->
18
   <!-- Icons -->