From: digitalcraftsman Date: Mon, 13 Jul 2015 21:24:51 +0000 (+0200) Subject: Merge pull request #17 from kwo/master X-Git-Url: http://njoseph.me/gitweb/hyde.git/commitdiff_plain/d84c5080b69a2ef40ad73ca2dc15e7afa7716c97?hp=b8dbb207935197fa7b6a3ddae30f796bbefcd320 Merge pull request #17 from kwo/master change .BaseUrl to .BaseURL --- diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 776375c..0884857 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,6 +3,7 @@ + {{ .Hugo.Generator }} diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 645b25c..a197429 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -10,7 +10,7 @@ diff --git a/theme.toml b/theme.toml index f4f238e..204cccc 100644 --- a/theme.toml +++ b/theme.toml @@ -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"