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

github.com/zwbetz-gh/cayman-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:36:18 +0300
committerzwbetz <zwbetz@gmail.com>2019-04-11 17:36:18 +0300
commit4f80edc6452b87c44f1a44d00f4d7db8a773213c (patch)
treebb5271f4274fd0606fd9718f2c394f5ec4dddbec
parentbcece9b05f54af1580de45ec6542d4913838bb3d (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 17c45ea..45cdf20 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -2,7 +2,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
- {{ $.Hugo.Generator }}
+ {{ hugo.Generator }}
<link rel="stylesheet" href="{{ "css/normalize.css" | absURL }}">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
{{ $caymanScss := "scss/cayman.scss" }}