diff --git a/templates/blog.html b/templates/blog.html
index 5ed100a..45545c9 100644
--- a/templates/blog.html
+++ b/templates/blog.html
@@ -13,34 +13,37 @@
>
-
{% block title %}{{ config.title }}{% endblock title %}
-
+
{%if section.title%}
{{ section.title }}
-
+
{%endif%}
{%if section.description%}
-
-
+
+
{%endif%}
{% if page %}
{%if page.title%}
{{ page.title }}
-
+
{%endif%}
{% if page.description %}
-
-
+
+
{% elif config.description %}
-
-
+
+
{% endif %}
{% elif config.description %}
-
+
+
+ {% else %}
+ {% block title %}{{ config.title }}{% endblock title %}
+
{% endif %}
{% if config.generate_feed %}