summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-07-13 23:24:51 +0200
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-07-13 23:24:51 +0200
commitd84c5080b69a2ef40ad73ca2dc15e7afa7716c97 (patch)
treec0af856918ab017a8cda127487380e47e63f4c2d /layouts
parentbb47bd018b58016618f2298cc9a2f920edc88713 (diff)
parentb8dbb207935197fa7b6a3ddae30f796bbefcd320 (diff)
Merge pull request #17 from kwo/master
change .BaseUrl to .BaseURL
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 3579454..0884857 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -11,9 +11,9 @@
<title> {{ .Title }} &middot; {{ .Site.Title }} </title>
<!-- CSS -->
- <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/poole.css">
- <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/syntax.css">
- <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/hyde.css">
+ <link rel="stylesheet" href="{{ .Site.BaseURL }}/css/poole.css">
+ <link rel="stylesheet" href="{{ .Site.BaseURL }}/css/syntax.css">
+ <link rel="stylesheet" href="{{ .Site.BaseURL }}/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<!-- Icons -->