From 38903504e8dedea708c2bdfe25db8b647e914894 Mon Sep 17 00:00:00 2001 From: Michiel Korpel Date: Mon, 2 Dec 2024 15:08:59 +0100 Subject: [PATCH] fix(html): avoid wrapping keywords in the middle of a word --- internal/ogc/common/core/templates/landing-page.go.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ogc/common/core/templates/landing-page.go.html b/internal/ogc/common/core/templates/landing-page.go.html index 4e5b500e..518646ae 100644 --- a/internal/ogc/common/core/templates/landing-page.go.html +++ b/internal/ogc/common/core/templates/landing-page.go.html @@ -45,7 +45,7 @@

{{ .Config.Title }} (OGC API)

{{ i18n "Keywords" }} - + {{ .Config.Keywords | join ", " }}