From c53cfffda54311fedf1d22fdbbd515a7775bd0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sat, 27 Jan 2024 08:17:35 +0200 Subject: [PATCH] Don't link items without URL --- themes/kosmos-22/layouts/partials/services/community.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/kosmos-22/layouts/partials/services/community.html b/themes/kosmos-22/layouts/partials/services/community.html index 92f2b24..7d70e2e 100644 --- a/themes/kosmos-22/layouts/partials/services/community.html +++ b/themes/kosmos-22/layouts/partials/services/community.html @@ -14,7 +14,11 @@

{{ .description }}

{{ else }}

+ {{ if .url }} {{ .name }} + {{ else }} + {{ .name }} + {{ end }}

{{ .description }}

{{ end }}