From 9244abe92130a4afcfaafdb211135b40adc0b57c Mon Sep 17 00:00:00 2001 From: m5ka Date: Mon, 25 Mar 2024 18:56:00 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=96=BC=EF=B8=8F=20fix=20image=20li?= =?UTF-8?q?nk=20spacing=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- moku/templates/moku/snippets/post.jinja | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/moku/templates/moku/snippets/post.jinja b/moku/templates/moku/snippets/post.jinja index dd80f9e..1261773 100644 --- a/moku/templates/moku/snippets/post.jinja +++ b/moku/templates/moku/snippets/post.jinja @@ -1,8 +1,10 @@
{% if post.image %} - - - +
+ + image of {{ post.food }} by @{{ post.created_by.username }} + +
{% endif %}
{{ post.emoji }}