From ebd0713eae4597ced345d2a6fbdcaeca5e395033 Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Sun, 23 Apr 2017 22:33:28 +0200 Subject: [PATCH] Add the RSS feed for Florian :P --- resources/templates/layout.html | 10 +++++++++ src/clj/yenu/handler.clj | 5 +++++ src/clj/yenu/layout.clj | 16 ++++++++++++--- src/clj/yenu/middleware.clj | 11 +++++++++- src/clj/yenu/routes/admin.clj | 8 ++++---- src/clj/yenu/routes/auth.clj | 2 +- src/clj/yenu/routes/core.clj | 30 +++++++++++++++------------ src/clj/yenu/routes/feed.clj | 36 +++++++++++++++++++++++++++++++++ 8 files changed, 96 insertions(+), 22 deletions(-) create mode 100644 src/clj/yenu/routes/feed.clj diff --git a/resources/templates/layout.html b/resources/templates/layout.html index baac41f..5f89e16 100644 --- a/resources/templates/layout.html +++ b/resources/templates/layout.html @@ -4,6 +4,9 @@ yenu -- the image sharing tool for friends + {% if identity %} + + {% endif %}