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

github.com/htdvisser/hugo-base16-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Maddox <me@thomasem.net>2019-06-09 03:16:55 +0300
committerThomas Maddox <me@thomasem.net>2019-06-09 03:16:55 +0300
commit623ee7ccad5cbb066b6e745b5a75b01ec96e5842 (patch)
treeae7fdd90385386acbc1e776884e1d4b6d32fac01
parent08da946564604b132fde4b5227a6dfcf32aba940 (diff)
Swap deprecated '.Hugo' for 'hugo'
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index dcda671..c847d77 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -9,7 +9,7 @@
{{- with $.Param "author" }}
<meta name="author" content="{{ . }}">
{{- end }}
-{{ .Hugo.Generator }}
+{{ hugo.Generator }}
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ "css/style.css" | relURL }}" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" type="text/css">