Add {{ .Hugo.Generator }}

This commit is contained in:
Anthony Fok 2015-06-18 13:50:55 -06:00
parent 1a7140a4d7
commit 4e4c359b9a
2 changed files with 2 additions and 0 deletions

View File

@ -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">

View File

@ -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"