diff --git a/content/pages.html b/content/pages.html
index 3e1d64e..6d12e5e 100644
--- a/content/pages.html
+++ b/content/pages.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block content_title %}
+{% block content_header %}
- {% block content_title %}
+ {% block content_header %}
{% endblock %}
diff --git a/theme/templates/categories.html b/theme/templates/categories.html
index f08b3bf..0e2d691 100644
--- a/theme/templates/categories.html
+++ b/theme/templates/categories.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block content_title %}
+{% block content_header %}
/
categ*r-ies
*
{{ SITENAME }}
diff --git a/theme/templates/category.html b/theme/templates/category.html
index 314ab38..4c00c53 100644
--- a/theme/templates/category.html
+++ b/theme/templates/category.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block content_title %}
+{% block content_header %}
/
{{ category }}
*
{{ SITENAME }}
diff --git a/theme/templates/index.html b/theme/templates/index.html
index 9f6d7ae..e5e42c3 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block content_title %}
+{% block content_header %}
{{ SITENAME }}
|
*
diff --git a/theme/templates/page.html b/theme/templates/page.html
index 8fcac07..28a192b 100644
--- a/theme/templates/page.html
+++ b/theme/templates/page.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block content_title %}
+{% block content_header %}
[|]
{{ page.title }}
|
{{ SITENAME }}