From 879fbe18d39fef0021c133f59523d3e050be5c73 Mon Sep 17 00:00:00 2001 From: luxagraf <sng@luxagraf.net> Date: Sat, 12 Nov 2016 16:24:34 -0500 Subject: added some more image layout styles --- app/utils/widgets.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/utils') diff --git a/app/utils/widgets.py b/app/utils/widgets.py index c688518..f045cee 100644 --- a/app/utils/widgets.py +++ b/app/utils/widgets.py @@ -136,6 +136,10 @@ def parse_image(s): exif = True else: extra = cl[2] + + if len(cl) > 3: + if cl[3] == 'exif': + exif = True except: pass if len(cl) > 1: -- cgit v1.2.3-70-g09d2