Update post.html

This commit is contained in:
robrobinbin 2021-02-01 20:25:57 +01:00 committed by GitHub
parent ae09f77bf6
commit ba9b5afd4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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