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 %}
[|]
#pages#
| {{ SITENAME }} diff --git a/theme/templates/archives.html b/theme/templates/archives.html index 2f6c554..fc2913c 100644 --- a/theme/templates/archives.html +++ b/theme/templates/archives.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block content_title %} +{% block content_header %}
@rchives
{{ SITENAME }}
{{ SITENAME }} {% endblock %} diff --git a/theme/templates/base.html b/theme/templates/base.html index 0dc9ff2..949484c 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -40,7 +40,7 @@
- {% 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 }}