diff options
author | Anthony Fok | 2015-06-18 13:50:55 -0600 |
---|---|---|
committer | Anthony Fok | 2015-06-18 13:50:55 -0600 |
commit | 4e4c359b9a5b97becef24ed04c5e9ec064973883 (patch) | |
tree | dca3b4bb8ec8ec4440848e263e8a68dc74e677eb /layouts | |
parent | 1a7140a4d7fd4b5834178c721fdb636e96db2dd6 (diff) | |
download | hyde-4e4c359b9a5b97becef24ed04c5e9ec064973883.tar.lz hyde-4e4c359b9a5b97becef24ed04c5e9ec064973883.tar.zst hyde-4e4c359b9a5b97becef24ed04c5e9ec064973883.zip |
Add {{ .Hugo.Generator }}
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/head.html | 1 |
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"> |