diff --git a/templates/base.html b/templates/base.html
index 355cb2c..9eb0292 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -8,7 +8,7 @@
-
{% block title %}{{ SITENAME }}{% endblock title %}
+ {% block title %}{{ SITENAME }}{% endblock title %}{% if SITESUBTITLE %} - {{ SITESUBTITLE }}{% endif %}
diff --git a/templates/index.html b/templates/index.html
index b3472d5..a24cb00 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -16,9 +16,18 @@
{% endfor %}
{% endblock %}
-
diff --git a/templates/sidebar.html b/templates/sidebar.html
index 33b05ed..557fad9 100644
--- a/templates/sidebar.html
+++ b/templates/sidebar.html
@@ -13,9 +13,6 @@