Skip to content
Snippets Groups Projects
Commit 65c430ba authored by James Vasile's avatar James Vasile
Browse files

Don't write an mdash in title unless subtitle exists

parent 374f8fdd
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
<title>
{% block title %}
{{SITENAME}} &mdash; {{SITESUBTITLE}}
{{SITENAME}}{%if SITESUBTITLE %} &mdash; {{SITESUBTITLE}}{% endif %}
{% endblock %}
</title>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment