diff --git a/pygeoapi/templates/root.html b/pygeoapi/templates/root.html
index 77bf0a0..7bec3eb 100644
--- a/pygeoapi/templates/root.html
+++ b/pygeoapi/templates/root.html
@@ -19,8 +19,7 @@
Keywords
- {% for v in config['metadata']['identification']['keywords'] %}
- {{ v }}, {% endfor %}
+ {{ config['metadata']['identification']['keywords']|join(', ') }}
{% if config['metadata']['identification']['terms_of_service'] %}