Refactor Last Commit
This commit is contained in:
parent
5bda103356
commit
5219c919af
@ -28,7 +28,7 @@
|
|||||||
{% else if post.post_type == "video" %}
|
{% else if post.post_type == "video" %}
|
||||||
<video class="post_media" src="{{ post.media }}" controls autoplay loop>
|
<video class="post_media" src="{{ post.media }}" controls autoplay loop>
|
||||||
{% else if post.post_type == "link" %}
|
{% else if post.post_type == "link" %}
|
||||||
<a href="{{ post.media }}">{{ post.media }}</a>
|
<a id="post_url" href="{{ post.media }}">{{ post.media }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<h4 class="post_body">{{ post.body }}</h4>
|
<h4 class="post_body">{{ post.body }}</h4>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user