From 9424f41d87a63f944de4ed6fe3daff49a68f50bd Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:10:10 +1300 Subject: [PATCH] image posts: fall back to url when thumbnail does not work --- app/templates/post/_post_full.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/templates/post/_post_full.html b/app/templates/post/_post_full.html index e57a3c2c..38f44da6 100644 --- a/app/templates/post/_post_full.html +++ b/app/templates/post/_post_full.html @@ -24,8 +24,12 @@ {% if post.edited_at %} edited {{ moment(post.edited_at).fromNow() }}{% endif %}
{% else %}