Update post.html
This commit is contained in:
parent
ae09f77bf6
commit
ba9b5afd4e
@ -72,8 +72,8 @@
|
|||||||
xmlns="http://www.w3.org/2000/svg">
|
xmlns="http://www.w3.org/2000/svg">
|
||||||
<image width="100%" height="100%" href="{{ post.media.url }}"/>
|
<image width="100%" height="100%" href="{{ post.media.url }}"/>
|
||||||
<desc>
|
<desc>
|
||||||
<img alt="Post image" src="{{ post.media.url }}"/>
|
<img class="post_media" alt="Post image" src="{{ post.media.url }}"/>
|
||||||
</dev>
|
</desc>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
{% else if post.post_type == "video" || post.post_type == "gif" %}
|
{% else if post.post_type == "video" || post.post_type == "gif" %}
|
||||||
|
Loading…
Reference in New Issue
Block a user