From 9c1a023ab4d47501ca5164a9c34d18db5c158f18 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 13 Jan 2020 00:33:23 +0000 Subject: [PATCH] make home page refresh every 60 seconds. --- app/templates/layout.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/app/templates/layout.html b/app/templates/layout.html index bacd665..db7b5ec 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -1,19 +1,19 @@ - - - {% if title %} - Return to Ritherdon Project: {{ title }} - {% else %} - Return to Riterdon Project - {% endif %} - - - - - - {% include "favicons.html" %} + + + + {% if title %} + Return to Ritherdon Project: {{ title }} + {% else %} + Return to Riterdon Project + {% endif %} + + + + + {% include "favicons.html" %}