diff --git a/pelican/themes/simple/templates/article.html b/pelican/themes/simple/templates/article.html
index c8c9a4f7..6dd0d967 100644
--- a/pelican/themes/simple/templates/article.html
+++ b/pelican/themes/simple/templates/article.html
@@ -22,11 +22,10 @@
{% endblock %}
{% block content %}
-
-
+ title="Permalink to {{ article.title|striptags }}">{{ article.title }}
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(article) }}
@@ -60,8 +59,7 @@
{% endif %}
-
+
{{ article.content }}
-
-
+
{% endblock %}
diff --git a/pelican/themes/simple/templates/author.html b/pelican/themes/simple/templates/author.html
index a1901946..79d22c7d 100644
--- a/pelican/themes/simple/templates/author.html
+++ b/pelican/themes/simple/templates/author.html
@@ -3,6 +3,6 @@
{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %}
{% block content_title %}
-
Articles by {{ author }}
+Articles by {{ author }}
{% endblock %}
diff --git a/pelican/themes/simple/templates/base.html b/pelican/themes/simple/templates/base.html
index 2c17dbfb..1d8ae843 100644
--- a/pelican/themes/simple/templates/base.html
+++ b/pelican/themes/simple/templates/base.html
@@ -5,6 +5,7 @@
{% block title %}{{ SITENAME }}{% endblock title %}
+
{% if FEED_ALL_ATOM %}
{% endif %}
@@ -32,11 +33,11 @@
{% endblock head %}
-
-
+
+
+
{% block content %}
{% endblock %}
-
+
+
diff --git a/pelican/themes/simple/templates/category.html b/pelican/themes/simple/templates/category.html
index 14d7ff09..d73f6e31 100644
--- a/pelican/themes/simple/templates/category.html
+++ b/pelican/themes/simple/templates/category.html
@@ -3,6 +3,6 @@
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
{% block content_title %}
-Articles in the {{ category }} category
+Articles in the {{ category }} category
{% endblock %}
diff --git a/pelican/themes/simple/templates/tag.html b/pelican/themes/simple/templates/tag.html
index 9c958030..93878134 100644
--- a/pelican/themes/simple/templates/tag.html
+++ b/pelican/themes/simple/templates/tag.html
@@ -3,5 +3,5 @@
{% block title %}{{ SITENAME }} - {{ tag }} tag{% endblock %}
{% block content_title %}
-Articles tagged with {{ tag }}
+Articles tagged with {{ tag }}
{% endblock %}