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

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