From 908bddf0bc68d18612ec2fae885cd178fef022d2 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 24 Sep 2025 19:35:14 -0400 Subject: feat: urlencode post links to support special chars --- templates/posts.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/posts.html.j2 b/templates/posts.html.j2 index 8352d7e..9f6e5db 100644 --- a/templates/posts.html.j2 +++ b/templates/posts.html.j2 @@ -18,7 +18,7 @@ {{ post.get_description()|safe }}

- Read more + Read more {% endfor %} -- cgit v1.2.3