We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c31c8e commit 43592ceCopy full SHA for 43592ce
layouts/partials/header.html
@@ -43,7 +43,7 @@
43
<meta name="description" content="{{ .Description }}">
44
{{ end }}
45
{{ if .Keywords}}
46
- <meta name="keywords" content="{{ .Keywords }}">
+ <meta name="keywords" content="{{ delimit .Keywords "," }}">
47
48
<link rel="stylesheet" href="{{ path.Join "_" (index .Site.Data "rev-manifest" "css/site.css") | relURL }}">
49
</head>
0 commit comments