From 32ddb1434513dbff42ad379b758b3b4f5bd65956 Mon Sep 17 00:00:00 2001 From: hippoz Date: Fri, 2 Oct 2020 21:59:08 +0300 Subject: [PATCH] add twitter summary thing --- views/file.ejs | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/views/file.ejs b/views/file.ejs index 94edaf7..1e5680b 100644 --- a/views/file.ejs +++ b/views/file.ejs @@ -10,20 +10,24 @@ - + <% } %> + <% if (fileType === 'image') { %> + + + + + + <% } %> + - <% if (fileType === 'video' || fileType === 'image') { %> - - - <% } %> <% } %>