Explorar el Código

Add {{ .Hugo.Generator }}

Anthony Fok hace 9 años
padre
commit
4e4c359b9a
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1
    0
      layouts/partials/head.html
  2. 1
    0
      theme.toml

+ 1
- 0
layouts/partials/head.html Ver fichero

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

+ 1
- 0
theme.toml Ver fichero

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