From: digitalcraftsman Date: Mon, 13 Jul 2015 21:24:18 +0000 (+0200) Subject: Merge pull request #18 from anthonyfok/add-hugo-generator X-Git-Url: http://njoseph.me/gitweb/hyde.git/commitdiff_plain/fb2045b770e00f178e8018eea1776a3c560f50e8?hp=1a7140a4d7fd4b5834178c721fdb636e96db2dd6 Merge pull request #18 from anthonyfok/add-hugo-generator Add {{ .Hugo.Generator }} --- 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"