Refactor Last Commit

This commit is contained in:
spikecodes 2020-12-11 20:36:25 -08:00
parent 5bda103356
commit 5219c919af
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
{% else if post.post_type == "video" %}
<video class="post_media" src="{{ post.media }}" controls autoplay loop>
{% else if post.post_type == "link" %}
<a href="{{ post.media }}">{{ post.media }}</a>
<a id="post_url" href="{{ post.media }}">{{ post.media }}</a>
{% endif %}
<h4 class="post_body">{{ post.body }}</h4>
</div>