commit be753fba41a0856d8a98554db0c9803a323279d2
parent f84be8e41b63c3243ddbcdacafaf319800a9774d
Author: Tom Honour <103284374+tomhonour@users.noreply.github.com>
Date: Thu, 23 Jun 2022 23:49:29 +0100
Update header.html
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
@@ -6,7 +6,7 @@
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel='stylesheet' type='text/css' href='/style.css'>
<meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="keywords" content="{{ .Params.tags }}">
+ <meta name="keywords" content="{{ with .Params.tags }}{{ delimit . ", " }}{{ end }}">
<link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/rss.xml'>
</head>
<body>