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 @@ - +