From 30c33d91e1c1fc6402c6eb3295f9725954c7a93d Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Thu, 28 Jan 2021 20:06:35 -0800 Subject: [PATCH] Specify video MIME in posts --- templates/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post.html b/templates/post.html index cdddaf2..a44721c 100644 --- a/templates/post.html +++ b/templates/post.html @@ -73,7 +73,7 @@ {% else if post.post_type == "video" || post.post_type == "gif" %} - + {% else if post.post_type == "link" %} {{ post.media.url }} {% endif %}