Browse Source

Use global hugo func

zwbetz 6 years ago
parent
commit
0f986e4800
1 changed files with 1 additions and 1 deletions
  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 }}