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

github.com/pravin/hugo-theme-prav.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rosenshein <leonrosn@amazon.com>2022-05-04 21:13:53 +0300
committerLeon Rosenshein <leonrosn@amazon.com>2022-05-04 21:13:53 +0300
commitc3fd9cd9c7862ffd5c1ab3fbc7176c66b917df75 (patch)
tree61b2bf65bfcd4395cfec7500342d457fd58c6a57
parentdef8b88cc756bfde8024b2492cf23c5877e0d61b (diff)
Fix 'keywords' meta tag
-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 0aaf630..442fffe 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -35,7 +35,7 @@
{{ hugo.Generator }}
{{- if .Params.tags }}
- <meta name=" keywords" content="{{ delimit .Params.tags "," }}">
+ <meta name="keywords" content="{{ delimit .Params.tags "," }}">
{{- end }}
{{ $descText := "" -}}