XML Parsing Error: mismatched tag. Expected: </img>.
This commit is contained in:
parent
b432127a50
commit
535a584bb1
@ -15,7 +15,7 @@
|
|||||||
{% if 'media' in post %}
|
{% if 'media' in post %}
|
||||||
<p class="post">
|
<p class="post">
|
||||||
{% if 'image' in post.media.type %}
|
{% 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 %}
|
{% elif 'application' in post.media.type %}
|
||||||
<iframe src="{{ baseurl }}{{ post.media.path }}" loading="lazy"></iframe>
|
<iframe src="{{ baseurl }}{{ post.media.path }}" loading="lazy"></iframe>
|
||||||
{% elif 'audio' in post.media.type %}
|
{% elif 'audio' in post.media.type %}
|
||||||
|
Loading…
Reference in New Issue
Block a user