From 922efc32949f2a6918eb99fabf82ac777dad8cac Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Wed, 30 Mar 2022 21:35:16 +0200 Subject: [PATCH 1/2] website/community: remove hugo templating This page doesn't go through hugo at all, so these things would end up on the website. A quick fix is reverting the bits that added the templating. The downside is that local dev and PR previews will link to /docs/latest/ecosystem, which doesn't exist there. Signed-off-by: Stephan Renatus --- docs/website/static/community.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/website/static/community.html b/docs/website/static/community.html index c6b0703a35..f6b8105691 100644 --- a/docs/website/static/community.html +++ b/docs/website/static/community.html @@ -1,7 +1,3 @@ -{{- $latest := "latest" -}} -{{- if eq (len site.Data.releases) 1 -}} -{{- $latest = "edge" -}} -{{- end -}} @@ -42,13 +38,13 @@