Skip to content

Commit 43592ce

Browse files
committed
Update header.html template
1 parent 3c31c8e commit 43592ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<meta name="description" content="{{ .Description }}">
4444
{{ end }}
4545
{{ if .Keywords}}
46-
<meta name="keywords" content="{{ .Keywords }}">
46+
<meta name="keywords" content="{{ delimit .Keywords "," }}">
4747
{{ end }}
4848
<link rel="stylesheet" href="{{ path.Join "_" (index .Site.Data "rev-manifest" "css/site.css") | relURL }}">
4949
</head>

0 commit comments

Comments
 (0)