From: digitalcraftsman Date: Mon, 13 Jul 2015 21:24:26 +0000 (+0200) Subject: Merge pull request #19 from digitalcraftsman/fix-url-variable X-Git-Url: https://njoseph.me/gitweb/hyde.git/commitdiff_plain/bb47bd018b58016618f2298cc9a2f920edc88713?hp=884e8edcd960bddc506f7eb4a7e89a4b2575d99a Merge pull request #19 from digitalcraftsman/fix-url-variable Replaced .Url with .URL in sidebar.html --- diff --git a/layouts/partials/head.html b/layouts/partials/head.html index a9f9401..3579454 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,6 +3,7 @@ + {{ .Hugo.Generator }} 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"