From 91724dc2a7a5630d3c603ac834d09852ea50ca2f Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Sun, 17 May 2020 17:17:01 -0400 Subject: [PATCH] Fixed a small deprecation warning --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f73a5d9..9a411e8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,7 +5,7 @@ - {{ .Hugo.Generator }}{{/* See: https://gohugo.io/themes/creating/#theme-description-file */}} + {{ hugo.Generator }}{{/* See: https://gohugo.io/themes/creating/#theme-description-file */}} {{ block "title" . }}{{ .Site.Title }}{{ end }}