summaryrefslogtreecommitdiffstats
path: root/templates_gmi/page_linklog.html
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-08-03 15:02:33 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-08-03 15:02:33 +0300
commitdfde1ae901958bd61219a180903561b4a7c2e2ad (patch)
tree7036dae0ff0e87ff58ee565777472663ccf90fe2 /templates_gmi/page_linklog.html
parentb8110f45936b5c5e484684bcf3f9f5a3e4bba22f (diff)
Improve gemini generation
Diffstat (limited to 'templates_gmi/page_linklog.html')
-rw-r--r--templates_gmi/page_linklog.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<!-- START_GEMINI_CONTENT -->
-{{ page.content | replace(from="<!-- linklog -->", to=macros::linklog(page=page)) }}
+{{ page.content | replace(from="<!-- linklog -->", to=macros::linklog(page=page)) | safe }}
<!-- END_GEMINI_CONTENT -->
{% endblock %}