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