From a3854f2a3488b0724b938e8ea8cd96bc16517ba5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 25 Apr 2025 21:54:44 +0200 Subject: fix(src/themes/serene/templates): Mark all permalinks as safe --- src/themes/serene/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/themes/serene/templates/home.html') diff --git a/src/themes/serene/templates/home.html b/src/themes/serene/templates/home.html index 6f4c3ac..f899884 100644 --- a/src/themes/serene/templates/home.html +++ b/src/themes/serene/templates/home.html @@ -89,7 +89,7 @@
{% for post in blog_section.pages | slice(end=section.extra.recent_max) %} - + {{ post.title }} {{ post.date | date(format=section.extra.date_format) }} -- cgit 1.4.1