From e7f84d916bc4506e24e7f0cbffc95da6af2d35d0 Mon Sep 17 00:00:00 2001 From: Yi Liu Date: Fri, 29 Jan 2021 15:41:41 -0500 Subject: [PATCH] Fix typo in stand shortcode, and add check for new_this_year param Signed-off-by: Yi Liu --- themes/fosdem/layouts/stands/stand.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/fosdem/layouts/stands/stand.html b/themes/fosdem/layouts/stands/stand.html index dc3873d..fedea69 100644 --- a/themes/fosdem/layouts/stands/stand.html +++ b/themes/fosdem/layouts/stands/stand.html @@ -67,6 +67,7 @@ + {{ if isset .Params "new_this_year" }}

{{ .Params.Title }} in 2020

@@ -77,5 +78,6 @@ {{ .Params.New_this_year | safeHTML }}
+ {{ end }} {{ end }} \ No newline at end of file -- 2.30.2