]> 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
layouts/partials/sidebar.html
theme.toml

index 776375cc9d7c1ee080954f447a58fbefb7412903..08848575eaa53414bea8cdd5cbf35c2fa753da47 100644 (file)
@@ -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">
index 645b25c9a9fc2c593f55c35df450d8810e4fce02..a197429d2c9ca3e49b536832ced05d8577e6dc9b 100644 (file)
@@ -10,7 +10,7 @@
     <ul class="sidebar-nav">
       <li><a href="/">Home</a> </li>
       {{ range .Site.Menus.main }}
-        <li><a href="{{.Url}}"> {{ .Name }} </a></li>
+        <li><a href="{{.URL}}"> {{ .Name }} </a></li>
       {{end}}
     </ul>
 
index f4f238e4ce78ff5d9921933e2ae0258ce5802561..204ccccfabe21b606423cb5ad18ebb2d38483353 100644 (file)
@@ -3,6 +3,7 @@ license = "MIT"
 description = "An elegant open source and mobile first theme"
 tags = ["blog", "company"]
 features = ["blog", ]
+min_version = 0.13
 
 [author]
     name = "spf13"