From 4e4c359b9a5b97becef24ed04c5e9ec064973883 Mon Sep 17 00:00:00 2001 From: Anthony Fok <foka@debian.org> Date: Thu, 18 Jun 2015 13:50:55 -0600 Subject: Add {{ .Hugo.Generator }} --- layouts/partials/head.html | 1 + 1 file changed, 1 insertion(+) (limited to 'layouts/partials') 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"> -- cgit v1.2.1-24-ge1ad