Преглед изворни кода

change .BaseUrl to .BaseURL

Karl Ostendorf пре 9 година
родитељ
комит
b8dbb20793
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3
    3
      layouts/partials/head.html

+ 3
- 3
layouts/partials/head.html Прегледај датотеку

@@ -10,9 +10,9 @@
10 10
   <title> {{ .Title }} &middot; {{ .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 -->