Procházet zdrojové kódy

Use global hugo func

zwbetz před 6 roky
rodič
revize
0f986e4800
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 }}