From 65fca0012dd788a9175fa01370fc43f8da2d9121 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Fri, 19 Jun 2020 20:30:35 -0400 Subject: [birka-web] Implement file-specific views and thumbnails. --- templates/image.hbs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/image.hbs b/templates/image.hbs index ae24f06..7641820 100644 --- a/templates/image.hbs +++ b/templates/image.hbs @@ -11,7 +11,18 @@

{{ orig_filename }}

- + {{#if is_video}} + + {{/if}} + {{#if is_image}} + + {{/if}} + {{#if is_unknown}} + Click here to view. + {{/if}}