]> 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

1  2 
layouts/partials/head.html

index 3579454a1248dd6fc4eef92a492c90ae4757c9cd,776375cc9d7c1ee080954f447a58fbefb7412903..08848575eaa53414bea8cdd5cbf35c2fa753da47
@@@ -3,7 -3,6 +3,7 @@@
  <head>
    <link href="http://gmpg.org/xfn/11" rel="profile">
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
 +  {{ .Hugo.Generator }}
  
    <!-- Enable responsiveness on mobile devices-->
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
@@@ -11,9 -10,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 -->