From 4e4c359b9a5b97becef24ed04c5e9ec064973883 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Thu, 18 Jun 2015 13:50:55 -0600 Subject: [PATCH] Add {{ .Hugo.Generator }} --- layouts/partials/head.html | 1 + theme.toml | 1 + 2 files changed, 2 insertions(+) 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" -- 2.43.0