From fb9e9a24c9b512dad38c9a8fa2dc91cb4b3ca365 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 16 Nov 2017 09:50:21 +1100 Subject: [PATCH] Add a few extra properties in layout.html that should be applied to all pages --- lemoncurry/templates/lemoncurry/layout.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lemoncurry/templates/lemoncurry/layout.html b/lemoncurry/templates/lemoncurry/layout.html index 7285eae..58d7dbb 100644 --- a/lemoncurry/templates/lemoncurry/layout.html +++ b/lemoncurry/templates/lemoncurry/layout.html @@ -1,10 +1,11 @@ {% load analytical compress favtags lemoncurry_tags meta static theme_colour %} - + {% site_name as site_name %}{% request_uri request as uri %}{% request_origin request as origin %} {% analytical_head_top %} {% if title %}{{ title }} ~ {% endif %}{{ site_name }} + {% if atom %}{% endif %}