diff options
author | digitalcraftsman | 2015-07-13 23:24:51 +0200 |
---|---|---|
committer | digitalcraftsman | 2015-07-13 23:24:51 +0200 |
commit | d84c5080b69a2ef40ad73ca2dc15e7afa7716c97 (patch) | |
tree | c0af856918ab017a8cda127487380e47e63f4c2d /layouts/partials | |
parent | bb47bd018b58016618f2298cc9a2f920edc88713 (diff) | |
parent | b8dbb207935197fa7b6a3ddae30f796bbefcd320 (diff) | |
download | hyde-d84c5080b69a2ef40ad73ca2dc15e7afa7716c97.tar.lz hyde-d84c5080b69a2ef40ad73ca2dc15e7afa7716c97.tar.zst hyde-d84c5080b69a2ef40ad73ca2dc15e7afa7716c97.zip |
Merge pull request #17 from kwo/master
change .BaseUrl to .BaseURL
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/head.html | 6 |
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 }} · {{ .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 --> |