diff --git a/src/views/tweet.nim b/src/views/tweet.nim index e295045..734eff3 100644 --- a/src/views/tweet.nim +++ b/src/views/tweet.nim @@ -39,7 +39,7 @@ #for photo in photos:
##TODO: why doesn't this work? - + #let style = if photos.len > 1 or groups.len > 1: "display: flex;" else: "" #let istyle = if photos.len > 1 or groups.len > 1: "" else: "border-radius: 7px;"