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:
authorHylke Visser <htdvisser@gmail.com>2015-12-20 18:40:53 +0300
committerHylke Visser <htdvisser@gmail.com>2015-12-20 18:40:53 +0300
commit694fe64bbb1ff426a4554fc796c044d4727d14db (patch)
tree5de0d7333838a87030f42a0c3a9584e82fca5cf8
parentbca46856e432d853310010b3cbb2bd030a8c5255 (diff)
Join keywords with a comma
-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 362f6d1..8410583 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="description" content="{{ if eq .Description "" }}{{ .Site.Params.description }}{{ else }}{{ .Description }}{{ end }}">
-<meta name="keywords" content="{{ .Keywords }}">
+<meta name="keywords" content="{{ delimit .Keywords "," }}">
<meta name="author" content="{{ .Site.Params.author }}">
{{ .Hugo.Generator }}
<meta name="viewport" content="width=device-width, initial-scale=1">