Skip to content

Commit d28b164

Browse files
Use hyphen instead of en dash (#907)
1 parent 7eaf354 commit d28b164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout/index.swig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% import '_macro/post.swig' as post_template %}
33
{% import '_macro/sidebar.swig' as sidebar_template %}
44

5-
{% block title %}{{ title }}{% if theme.index_with_subtitle and subtitle %} {{ subtitle }}{% endif %}{% endblock %}
5+
{% block title %}{{ title }}{% if theme.index_with_subtitle and subtitle %} - {{ subtitle }}{% endif %}{% endblock %}
66

77
{% block page_class %}
88
{% if is_home() %}page-home{% endif -%}

0 commit comments

Comments
 (0)