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