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

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz <zwbetz@gmail.com>2019-04-11 17:37:12 +0300
committerzwbetz <zwbetz@gmail.com>2019-04-11 17:37:12 +0300
commitfb07c050ee2e9662a76ef65cde70505efe79448a (patch)
tree11afc9ab19d712d45787df58a2e6e5ffae67b5a8
parent9239c3209f886a886687fb332e5aeb34a476330c (diff)
Use global hugo func
-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 e0acf56..f7d2f4d 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,7 +1,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- {{ .Hugo.Generator }}
+ {{ hugo.Generator }}
<link rel="stylesheet" href="{{ "css/bootstrap.min.css" | absURL }}">
{{ $title := print .Title " | " .Site.Title }}
{{ if .IsHome }}