Switch <title> separator from &mdash; -> |

main
Raymond Wanyoike 2016-11-09 20:07:43 +03:00
parent 9f84d4f8c4
commit 304d9530d3
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{% extends "index.html" %}
{% block title %}
{{ author }} Articles &mdash; {{ SITENAME }}
{{ author }} Articles | {{ SITENAME }}
{% endblock %}
{% block page_header %}

View File

@ -6,7 +6,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}&mdash; {{ SITENAME }}{% endblock %}</title>
<title>{% block title %}| {{ SITENAME }}{% endblock %}</title>
<link rel="canonical" href="{{ SITEURL }}/{{ output_file }}">
{% if FEED_ALL_ATOM %}

View File

@ -1,7 +1,7 @@
{% extends "index.html" %}
{% block title %}
{{ category }} Articles &mdash; {{ SITENAME }}
{{ category }} Articles | {{ SITENAME }}
{% endblock %}
{% block page_header %}

View File

@ -6,7 +6,7 @@
{% endblock %}
{% block title %}
{{ SITENAME }} &mdash; {{ SITESUBTITLE }}
{{ SITENAME }} | {{ SITESUBTITLE }}
{% endblock %}
{% block page_header %}

View File

@ -1,7 +1,7 @@
{% extends "index.html" %}
{% block title %}
#{{ tag }} Articles &mdash; {{ SITENAME }}
#{{ tag }} Articles | {{ SITENAME }}
{% endblock %}
{% block page_header %}