We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eaf354 commit d28b164Copy full SHA for d28b164
layout/index.swig
@@ -2,7 +2,7 @@
2
{% import '_macro/post.swig' as post_template %}
3
{% import '_macro/sidebar.swig' as sidebar_template %}
4
5
-{% block title %}{{ title }}{% if theme.index_with_subtitle and subtitle %} – {{ subtitle }}{% endif %}{% endblock %}
+{% block title %}{{ title }}{% if theme.index_with_subtitle and subtitle %} - {{ subtitle }}{% endif %}{% endblock %}
6
7
{% block page_class %}
8
{% if is_home() %}page-home{% endif -%}
0 commit comments