From 0fb924f7ba6475affbb0edceb0dd41ab0acc2c11 Mon Sep 17 00:00:00 2001 From: mikeo Date: Thu, 3 Oct 2019 21:43:09 -0700 Subject: [PATCH] Page's .Hugo is deprecated. Use the global hugo function https://github.com/laozhu/hugo-nuo/issues/132 --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 9f016db4..af853262 100755 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -27,7 +27,7 @@ {{ partial "head_start.html" . }} - + {{ with .Title }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }}