소스 검색

Add {{ .Hugo.Generator }}

Anthony Fok 9 년 전
부모
커밋
4e4c359b9a
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      layouts/partials/head.html
  2. 1
    0
      theme.toml

+ 1
- 0
layouts/partials/head.html 파일 보기

@@ -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 파일 보기

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