commit 39ef824c2ffa5bbe1cc57c5964e13f546231e754
parent f84be8e41b63c3243ddbcdacafaf319800a9774d
Author: Luke Smith <luke@lukesmith.xyz>
Date: Thu, 23 Jun 2022 23:57:00 +0000
Merge pull request #2 from tomhonour/master
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>