]> njoseph.me Git - hyde.git/commitdiff
Add {{ .Hugo.Generator }}
authorAnthony Fok <foka@debian.org>
Thu, 18 Jun 2015 19:50:55 +0000 (13:50 -0600)
committerAnthony Fok <foka@debian.org>
Thu, 18 Jun 2015 19:50:55 +0000 (13:50 -0600)
layouts/partials/head.html
theme.toml

index a9f9401fc5d1767cca17898c43fc36c8472bee3a..3579454a1248dd6fc4eef92a492c90ae4757c9cd 100644 (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">
index f4f238e4ce78ff5d9921933e2ae0258ce5802561..204ccccfabe21b606423cb5ad18ebb2d38483353 100644 (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"