From dfde1ae901958bd61219a180903561b4a7c2e2ad Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 3 Aug 2026 15:02:33 +0300 Subject: Improve gemini generation --- templates_gmi/page_linklog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates_gmi/page_linklog.html') diff --git a/templates_gmi/page_linklog.html b/templates_gmi/page_linklog.html index 14602d6..e55b712 100644 --- a/templates_gmi/page_linklog.html +++ b/templates_gmi/page_linklog.html @@ -2,6 +2,6 @@ {% import "macros.html" as macros %} {% block content %} -{{ page.content | replace(from="", to=macros::linklog(page=page)) }} +{{ page.content | replace(from="", to=macros::linklog(page=page)) | safe }} {% endblock %} -- cgit v1.3