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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <danielkvist@protonmail.com>2019-06-03 21:43:39 +0300
committerdanielkvist <danielkvist@protonmail.com>2019-06-03 21:43:39 +0300
commit738b770df9a76133cd9f5d55192d934349a8bb45 (patch)
tree564b8848043b9f72870b67550d08dfb46b7c08b8
parent938f4a0db2c585b9c24f84a57e84a0416b651690 (diff)
add global hugo function
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index eb6fe39..810fc09 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -7,7 +7,7 @@
<link rel="icon" href="{{ $.Site.BaseURL }}{{ $.Site.Params.favicon }}" />
<meta name="description" content="{{ $.Site.Params.description }}" />
- {{ .Hugo.Generator }}
+ {{ hugo.Generator }}
{{ if .Site.GoogleAnalytics }}
{{ template "_internal/google_analytics.html" . }}