<meta name="keywords" content="{% block meta_keywords %}{% endblock %}">
<meta name="description" content="{% block meta_description %}{% endblock %}">
- <title>{% block meta_title %}{% endblock %}{% if settings.SITE_TITLE %} | {{ settings.SITE_TITLE }}{% endif %}</title>
+ <title>{% spaceless %}{% block meta_title %}{% endblock %}{% endspaceless %}{% if settings.SITE_TITLE %} | {{ settings.SITE_TITLE }}{% endif %}</title>
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{% static "/img/favicons/apple-touch-icon-152x152-precomposed.png" %}">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="{% static "/img/favicons/apple-touch-icon-120x120-precomposed.png" %}">