Update post.html

This commit is contained in:
robrobinbin 2021-02-02 21:20:03 +01:00 committed by GitHub
parent f8e0d2d4b9
commit cbf1f540d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
<!-- POST MEDIA -->
{% if post.post_type == "image" %}
<a href="{{ post.media.url }}" style="display:contents" >
<a href="{{ post.media.url }}" class="post_media_wrapper" >
<svg class="post_media"
width="{{ post.media.width }}px"
height="{{ post.media.height }}px"