Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jeblister/kube.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@iem.at>2022-05-09 12:24:17 +0300
committerIOhannes m zmölnig <zmoelnig@iem.at>2022-05-09 12:26:47 +0300
commit2344ab6ab7e240d47f6c2176d559df7f6ab3460d (patch)
tree93660b18226981c8abe8c32a5d00d6a8c91eaba7
parent5368880f0dfc7a0ed2a9539d37a638b8aa48ab01 (diff)
Replace long-deprecated and now removed ".Hugo" with 'hugo'
the global 'hugo' has been available since v0.53.0 Closes: https://github.com/jeblister/kube/issues/39
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 38bd8de..8f75371 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -2,7 +2,7 @@
<html lang="{{ .Site.LanguageCode }}">
<head>
- {{ .Hugo.Generator }}
+ {{ hugo.Generator }}
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">