소스 검색

Use global hugo func

zwbetz 6 년 전
부모
커밋
0f986e4800
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      layouts/partials/head.html

+ 1 - 1
layouts/partials/head.html

@@ -3,7 +3,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
 
-  {{ .Hugo.Generator }}
+  {{ hugo.Generator }}
   <link rel="canonical" href="{{ .Permalink }}">
 
   {{ if .IsHome }}