about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnthony Fok2015-06-18 13:50:55 -0600
committerAnthony Fok2015-06-18 13:50:55 -0600
commit4e4c359b9a5b97becef24ed04c5e9ec064973883 (patch)
treedca3b4bb8ec8ec4440848e263e8a68dc74e677eb
parent1a7140a4d7fd4b5834178c721fdb636e96db2dd6 (diff)
downloadhyde-4e4c359b9a5b97becef24ed04c5e9ec064973883.tar.lz
hyde-4e4c359b9a5b97becef24ed04c5e9ec064973883.tar.zst
hyde-4e4c359b9a5b97becef24ed04c5e9ec064973883.zip
Add {{ .Hugo.Generator }}
-rw-r--r--layouts/partials/head.html1
-rw-r--r--theme.toml1
2 files changed, 2 insertions, 0 deletions
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 @@
 <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">
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"