Browse Source

Add {{ .Hugo.Generator }}

Anthony Fok 9 years ago
parent
commit
4e4c359b9a
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      layouts/partials/head.html
  2. 1
    0
      theme.toml

+ 1
- 0
layouts/partials/head.html View File

3
 <head>
3
 <head>
4
   <link href="http://gmpg.org/xfn/11" rel="profile">
4
   <link href="http://gmpg.org/xfn/11" rel="profile">
5
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
5
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
6
+  {{ .Hugo.Generator }}
6
 
7
 
7
   <!-- Enable responsiveness on mobile devices-->
8
   <!-- Enable responsiveness on mobile devices-->
8
   <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
9
   <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">

+ 1
- 0
theme.toml View File

3
 description = "An elegant open source and mobile first theme"
3
 description = "An elegant open source and mobile first theme"
4
 tags = ["blog", "company"]
4
 tags = ["blog", "company"]
5
 features = ["blog", ]
5
 features = ["blog", ]
6
+min_version = 0.13
6
 
7
 
7
 [author]
8
 [author]
8
     name = "spf13"
9
     name = "spf13"