From 87879a726ac03f6689904ca36263f7d53d1ba31f Mon Sep 17 00:00:00 2001
From: John Tobin <johntobin@johntobin.ie>
Date: Tue, 23 Apr 2019 13:17:29 +0000
Subject: [PATCH] Replace deprecated .Hugo with hugo. (#171)
---
layouts/_default/baseof.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 6c25b38..e71af7f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -70,7 +70,7 @@
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
- {{ .Hugo.Generator }}
+ {{ hugo.Generator }}
</head>
<body class="{{ if .Site.Params.rtl }}rtl{{ end }} {{ if .Site.Params.inverted }}inverted{{ end }}">
--
Gitblit v1.10.0