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

This commit is contained in:
Raymond Wanyoike 2016-11-09 20:07:43 +03:00
commit 304d9530d3
5 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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

View file

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