From 236a32ebc1b5d3464f55718046e01c203285eb89 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 20 Apr 2018 10:41:04 +1000 Subject: [PATCH] Reorganise the meta tags at the top of the layout in accordance with best practices - the charset needs to be as early as possible --- lemoncurry/templates/lemoncurry/layout.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lemoncurry/templates/lemoncurry/layout.html b/lemoncurry/templates/lemoncurry/layout.html index db254c3..658428b 100644 --- a/lemoncurry/templates/lemoncurry/layout.html +++ b/lemoncurry/templates/lemoncurry/layout.html @@ -1,13 +1,14 @@ {% 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 title %}{{ title }} ~ {% endif %}{{ site_name }} + + {% analytical_head_top %} {% if atom %}{% endif %} {% if rss %} {% endif %} {% block head %}{% endblock %} @@ -20,7 +21,7 @@ - +