From 0b86a28c25c8f89d0c9562407e26609813f147be Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Sat, 12 Sep 2020 00:32:20 +0200 Subject: [PATCH] See if we can render the stars page again --- templates/shortcodes/load_stars.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shortcodes/load_stars.html b/templates/shortcodes/load_stars.html index ef6af89e..dc06caed 100644 --- a/templates/shortcodes/load_stars.html +++ b/templates/shortcodes/load_stars.html @@ -1,2 +1,2 @@ {% set data = load_data(path="content/static/about/stars") %} -{{ data }} \ No newline at end of file +{{ data | safe }} \ No newline at end of file