]> njoseph.me Git - hyde.git/commitdiff
Merge pull request #17 from kwo/master
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Mon, 13 Jul 2015 21:24:51 +0000 (23:24 +0200)
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Mon, 13 Jul 2015 21:24:51 +0000 (23:24 +0200)
change .BaseUrl to .BaseURL

layouts/partials/head.html

index 3579454a1248dd6fc4eef92a492c90ae4757c9cd..08848575eaa53414bea8cdd5cbf35c2fa753da47 100644 (file)
@@ -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 -->