This is an automated email from the ASF dual-hosted git repository.

gfournier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 43592cee Update header.html template
43592cee is described below

commit 43592cee1aebcabccadd7108ffc5606a5249ad4d
Author: GaĆ«lle Fournier <[email protected]>
AuthorDate: Mon Oct 20 19:39:55 2025 +0200

    Update header.html template
---
 layouts/partials/header.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 0c9030a9..158d57c0 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -43,7 +43,7 @@
     <meta name="description" content="{{ .Description }}">
     {{ end }}
     {{ if .Keywords}}
-    <meta name="keywords" content="{{ .Keywords }}">
+    <meta name="keywords" content="{{ delimit .Keywords "," }}">
     {{ end }}
     <link rel="stylesheet" href="{{ path.Join "_" (index .Site.Data 
"rev-manifest" "css/site.css") | relURL }}">
 </head>

Reply via email to