Skip to content
2 changes: 1 addition & 1 deletion layout/index.swig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% import '_macro/post.swig' as post_template %}
{% import '_macro/sidebar.swig' as sidebar_template %}

{% 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 %}

{% block page_class %}
{% if is_home() %}page-home{% endif -%}
Expand Down