From c93f576a78b45a72544319003a96e31fde9e244f Mon Sep 17 00:00:00 2001
From: Stefan Bernhardt <stefan.bernhardt.idiv.de>
Date: Wed, 5 Jul 2017 14:28:35 +0200
Subject: [PATCH] html tells browser to refresh every 30 minutes

this way changes pushed to the html by python script will be visible
---
 code/template.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/code/template.html b/code/template.html
index bd8bb60..c7ea0a4 100644
--- a/code/template.html
+++ b/code/template.html
@@ -9,6 +9,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <meta charset="UTF-8" />
   <meta name="content-type" content="website" />
+  <meta http-equiv="refresh" content="1800" />
   <meta name="keywords" content="" />
   <meta name="description" content="" />
   <meta name="author" content="Stefan Bernhardt" />
-- 
GitLab