diff --git a/content/pages.html b/content/pages.html index cb284a0..d04fc59 100644 --- a/content/pages.html +++ b/content/pages.html @@ -3,7 +3,7 @@ {% block content_header %}
[ ]
#pages#
| -{{ SITENAME }} +{{ SITENAME }} {% endblock %} {% block content %} diff --git a/themes/aurora/templates/base.html b/themes/aurora/templates/base.html index 2de4364..663090b 100644 --- a/themes/aurora/templates/base.html +++ b/themes/aurora/templates/base.html @@ -25,8 +25,8 @@ } @media only screen and (max-width: 600px) { - .sitename { - font-size: 1.6em; + .shrinkingtitle { + font-size: 0.5em; } } diff --git a/themes/aurora/templates/categories.html b/themes/aurora/templates/categories.html index 9ebad7c..1d9c807 100644 --- a/themes/aurora/templates/categories.html +++ b/themes/aurora/templates/categories.html @@ -2,7 +2,7 @@ {% block content_header %}
/
categ*r-ies
* -{{ SITENAME }} +{{ SITENAME }} {% endblock %} {% block content %} diff --git a/themes/aurora/templates/index.html b/themes/aurora/templates/index.html index cad5b96..8e64604 100644 --- a/themes/aurora/templates/index.html +++ b/themes/aurora/templates/index.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content_header %} -{{ SITENAME }} +{{ SITENAME }} | * {% endblock %} diff --git a/themes/moe-dark/templates/categories.html b/themes/moe-dark/templates/categories.html index 9ebad7c..1d9c807 100644 --- a/themes/moe-dark/templates/categories.html +++ b/themes/moe-dark/templates/categories.html @@ -2,7 +2,7 @@ {% block content_header %}
/
categ*r-ies
* -{{ SITENAME }} +{{ SITENAME }} {% endblock %} {% block content %} diff --git a/themes/moe-dark/templates/index.html b/themes/moe-dark/templates/index.html index cad5b96..8e64604 100644 --- a/themes/moe-dark/templates/index.html +++ b/themes/moe-dark/templates/index.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content_header %} -{{ SITENAME }} +{{ SITENAME }} | * {% endblock %} diff --git a/themes/white/templates/categories.html b/themes/white/templates/categories.html index 4c23e3b..4d09e19 100644 --- a/themes/white/templates/categories.html +++ b/themes/white/templates/categories.html @@ -2,7 +2,7 @@ {% block content_header %}
/
categ*r-ies
* -{{ SITENAME }} +{{ SITENAME }} {% endblock %} {% block content %} diff --git a/themes/white/templates/index.html b/themes/white/templates/index.html index f8248c1..c933bb3 100644 --- a/themes/white/templates/index.html +++ b/themes/white/templates/index.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content_header %} -{{ SITENAME }} +{{ SITENAME }} | * {% endblock %} diff --git a/themes/yoshi/templates/categories.html b/themes/yoshi/templates/categories.html index 9ebad7c..1d9c807 100644 --- a/themes/yoshi/templates/categories.html +++ b/themes/yoshi/templates/categories.html @@ -2,7 +2,7 @@ {% block content_header %}
/
categ*r-ies
* -{{ SITENAME }} +{{ SITENAME }} {% endblock %} {% block content %} diff --git a/themes/yoshi/templates/index.html b/themes/yoshi/templates/index.html index cad5b96..8e64604 100644 --- a/themes/yoshi/templates/index.html +++ b/themes/yoshi/templates/index.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content_header %} -{{ SITENAME }} +{{ SITENAME }} | * {% endblock %}