forked from github/pelican-alchemy
Switch <title> separator from — -> |
This commit is contained in:
parent
9f84d4f8c4
commit
304d9530d3
5 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block title %}
|
||||
{{ SITENAME }} — {{ SITESUBTITLE }}
|
||||
{{ SITENAME }} | {{ SITESUBTITLE }}
|
||||
{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
|
|
|
|||
Reference in a new issue