From 60c499d4711b9eff38589037bf8104c92aedc367 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 1 Jul 2019 21:29:33 -0500 Subject: [PATCH] added divider and spoiler for tags --- app/templates/base.html | 7 +++++-- app/templates/hidden.html | 38 ++++++++++++++++++++++++-------------- 2 files changed, 29 insertions(+), 16 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 7591211..16d04c1 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -12,7 +12,7 @@ {% block head %} - + {% endblock head %} + @@ -35,7 +36,9 @@ Xevion -
@@ -93,7 +99,7 @@
- Image #{{ image.index }} source + Image #{{ image.index }} source
@@ -114,11 +120,15 @@ {% if showtags %}
- {% for tag in image.tags %} - - {{ tag }} - - {% endfor %} +
+ Show Tags +
+ {% for tag in image.tags %} + + {{ tag }} + + {% endfor %} +
{% endif %}