From 0045f6579ccfafb410428272fcc0237d98e80bd6 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Thu, 25 Apr 2019 19:39:44 +0000 Subject: [PATCH] remove trailing comma from keywords --- pygeoapi/templates/root.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'] %}