From b57209bb239cfb8064c761e4af2413a6befc3c59 Mon Sep 17 00:00:00 2001 From: freamon Date: Sat, 16 Mar 2024 00:16:47 +0000 Subject: [PATCH] Serve local image in posts --- app/templates/post/_post_full.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/post/_post_full.html b/app/templates/post/_post_full.html index 0e68f6ca..87828550 100644 --- a/app/templates/post/_post_full.html +++ b/app/templates/post/_post_full.html @@ -35,7 +35,7 @@ {{ post.image.alt_text if post.image.alt_text else post.title }} {% else %} - {{ post.image.alt_text if post.image.alt_text else post.title }}{{ post.image.alt_text if post.image.alt_text else post.title }} {% endif %} {% else %}