XML Parsing Error: mismatched tag. Expected: </img>.

This commit is contained in:
manetta 2022-02-18 16:53:12 +01:00
parent b432127a50
commit 535a584bb1

View File

@ -15,7 +15,7 @@
{% if 'media' in post %}
<p class="post">
{% if 'image' in post.media.type %}
<img src="{{ baseurl }}{{ post.media.path }}" loading="lazy">
<img src="{{ baseurl }}{{ post.media.path }}" loading="lazy"></img>
{% elif 'application' in post.media.type %}
<iframe src="{{ baseurl }}{{ post.media.path }}" loading="lazy"></iframe>
{% elif 'audio' in post.media.type %}