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 %}

- {{ post.image.alt_text }} + {% if post.image_id %} + {{ post.image.alt_text }} + {% else %} + + {% endif %}
{% else %}