From 304d9530d3fab49e2d1bb856280acb882873c1b8 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Wed, 9 Nov 2016 20:07:43 +0300 Subject: [PATCH] Switch separator from — -> | --- alchemy/templates/author.html | 2 +- alchemy/templates/base.html | 2 +- alchemy/templates/category.html | 2 +- alchemy/templates/index.html | 2 +- alchemy/templates/tag.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/alchemy/templates/author.html b/alchemy/templates/author.html index a87730b..31df9f3 100644 --- a/alchemy/templates/author.html +++ b/alchemy/templates/author.html @@ -1,7 +1,7 @@ {% extends "index.html" %} {% block title %} -{{ author }} Articles — {{ SITENAME }} +{{ author }} Articles | {{ SITENAME }} {% endblock %} {% block page_header %} diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index 578e73b..819c1c0 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -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 %}— {{ SITENAME }}{% endblock %} + {% block title %}| {{ SITENAME }}{% endblock %} {% if FEED_ALL_ATOM %} diff --git a/alchemy/templates/category.html b/alchemy/templates/category.html index 40c78bc..5147ed7 100644 --- a/alchemy/templates/category.html +++ b/alchemy/templates/category.html @@ -1,7 +1,7 @@ {% extends "index.html" %} {% block title %} -{{ category }} Articles — {{ SITENAME }} +{{ category }} Articles | {{ SITENAME }} {% endblock %} {% block page_header %} diff --git a/alchemy/templates/index.html b/alchemy/templates/index.html index 5784700..bc4ff5c 100644 --- a/alchemy/templates/index.html +++ b/alchemy/templates/index.html @@ -6,7 +6,7 @@ {% endblock %} {% block title %} -{{ SITENAME }} — {{ SITESUBTITLE }} +{{ SITENAME }} | {{ SITESUBTITLE }} {% endblock %} {% block page_header %} diff --git a/alchemy/templates/tag.html b/alchemy/templates/tag.html index 1a1c578..d5ac1e8 100644 --- a/alchemy/templates/tag.html +++ b/alchemy/templates/tag.html @@ -1,7 +1,7 @@ {% extends "index.html" %} {% block title %} -#{{ tag }} Articles — {{ SITENAME }} +#{{ tag }} Articles | {{ SITENAME }} {% endblock %} {% block page_header %}