From 9a6d6ad5b2962b5601a302751623649ab96a28d5 Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Thu, 22 Mar 2018 00:33:26 +0100 Subject: [PATCH] Bump versions and fix the issues --- resources/templates/detail.html | 6 +++--- resources/templates/layout.html | 4 ++-- src/clj/yenu/core.clj | 18 ++++++++---------- src/clj/yenu/db/core.clj | 1 + src/clj/yenu/layout.clj | 2 +- src/clj/yenu/routes/core.clj | 2 +- 6 files changed, 16 insertions(+), 17 deletions(-) diff --git a/resources/templates/detail.html b/resources/templates/detail.html index 7f5f9df..0c8e6bf 100644 --- a/resources/templates/detail.html +++ b/resources/templates/detail.html @@ -2,7 +2,7 @@ {% block content %} -
+
{% if next-image %} {% else %} @@ -28,7 +28,7 @@
-
+

{{ image.title }}

{% for tag in tags %} @@ -47,7 +47,7 @@
{% ifequal identity ":creator" %} -
+
Bearbeiten diff --git a/resources/templates/layout.html b/resources/templates/layout.html index 727058b..7660efd 100644 --- a/resources/templates/layout.html +++ b/resources/templates/layout.html @@ -9,9 +9,9 @@ {% endif %} -