diff --git a/cl-theme/templates/article.html b/cl-theme/templates/article.html
index cbe772b..92c91ba 100644
--- a/cl-theme/templates/article.html
+++ b/cl-theme/templates/article.html
@@ -36,7 +36,7 @@
{% endif %}
-
+
@@ -49,7 +49,7 @@
-
+
@@ -57,7 +57,7 @@
-
+
{% endblock %}
diff --git a/cl-theme/templates/author.html b/cl-theme/templates/author.html
index 8f4627a..e55b534 100644
--- a/cl-theme/templates/author.html
+++ b/cl-theme/templates/author.html
@@ -1,18 +1,21 @@
{% extends "index.html" %}
-{% block title %}
-
{{ _('Artículos escritos por %(author)s en %(sitename)s', author=author, sitename=SITENAME) }}
-{% endblock %}
-{% block seo %}
-
-
-
-
-
+{% block head %}
+ {% block title %}
+ {{ _('Artículos escritos por %(author)s en %(sitename)s', author=author, sitename=SITENAME) }}
+ {% endblock %}
+ {{ super() }}
+ {% block seo %}
+
+
+
+
+
+ {% endblock %}
{% endblock %}
{% block content %}
diff --git a/cl-theme/templates/category.html b/cl-theme/templates/category.html
index 02b5595..fdb5168 100644
--- a/cl-theme/templates/category.html
+++ b/cl-theme/templates/category.html
@@ -1,7 +1,6 @@
{% extends "base.html" %}
{% block head %}
-
{% block title %}
{{ category.name }} - {{SITENAME}}
{% endblock %}
diff --git a/cl-theme/templates/tag.html b/cl-theme/templates/tag.html
index 9ddf6b5..5cbd0b1 100644
--- a/cl-theme/templates/tag.html
+++ b/cl-theme/templates/tag.html
@@ -10,8 +10,10 @@
{% endblock %}
{% block content %}
+
{{ super() }}
+
{% endblock %}