From 03a6736d73915a0c926d2d1a2a154e2145b4533d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 20 May 2016 08:51:15 +0100 Subject: [PATCH] fix static data urls --- theme/templates/base.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/theme/templates/base.html b/theme/templates/base.html index 7e4fc89..6190927 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -9,14 +9,14 @@ {% block htmltitle %}Page{% endblock%} - {{ SITENAME }} - + - {% block content %}{% endblock %} + {% block content %}{% endblock %} - - - + + +