From 52efd51d76ed921b4bb4da23344b83f6ee6ba4d0 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sat, 26 Feb 2022 22:44:45 +0000 Subject: [PATCH] add missing space --- layouts/partials/sidebar/right.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/sidebar/right.html b/layouts/partials/sidebar/right.html index bcbd0f0..d2a6ae8 100644 --- a/layouts/partials/sidebar/right.html +++ b/layouts/partials/sidebar/right.html @@ -7,7 +7,7 @@ {{ partial (printf "widget/%s" .type) (dict "Context" $context "Params" .params) }} {{ else }} {{ warnf "Widget %s not found" .type }} - {{ end}} + {{ end }} {{ end }} {{ end }} \ No newline at end of file