diff --git a/pelican/themes/notmyidea/templates/base.html b/pelican/themes/notmyidea/templates/base.html
index b041faa0..eb16c42e 100644
--- a/pelican/themes/notmyidea/templates/base.html
+++ b/pelican/themes/notmyidea/templates/base.html
@@ -5,10 +5,10 @@
{% block title %}{{ SITENAME }}{%endblock%}
{% if FEED_ALL_ATOM %}
-
+
{% endif %}
{% if FEED_ALL_RSS %}
-
+
{% endif %}
@@ -50,10 +50,10 @@
{{ SOCIAL_WIDGET_NAME | default('social') }}
{% if FEED_ALL_ATOM %}
- - atom feed
+ - atom feed
{% endif %}
{% if FEED_ALL_RSS %}
- - rss feed
+ - rss feed
{% endif %}
{% for name, link in SOCIAL %}
diff --git a/pelican/themes/simple/templates/base.html b/pelican/themes/simple/templates/base.html
index 760ca5da..e063995d 100644
--- a/pelican/themes/simple/templates/base.html
+++ b/pelican/themes/simple/templates/base.html
@@ -5,28 +5,28 @@
{% block title %}{{ SITENAME }}{% endblock title %}
{% if FEED_ALL_ATOM %}
-
+
{% endif %}
{% if FEED_ALL_RSS %}
-
+
{% endif %}
{% if FEED_ATOM %}
-
+
{% endif %}
{% if FEED_RSS %}
-
+
{% endif %}
{% if CATEGORY_FEED_ATOM and category %}
-
+
{% endif %}
{% if CATEGORY_FEED_RSS and category %}
-
+
{% endif %}
{% if TAG_FEED_ATOM and tag %}
-
+
{% endif %}
{% if TAG_FEED_RSS and tag %}
-
+
{% endif %}
{% endblock head %}