diff --git a/www/conservancy/templates/blog/entry_detail.html b/www/conservancy/templates/blog/entry_detail.html
index 87488a68..70bd722b 100644
--- a/www/conservancy/templates/blog/entry_detail.html
+++ b/www/conservancy/templates/blog/entry_detail.html
@@ -6,7 +6,7 @@
{% include "opengraph_urllist_partial.html" with property='video' urls=object.get_one_video_url %}
{% endblock %}
-{% block subtitle %}{{ object.headline|striptags|safe }} - Conservancy Blog - {% endblock %}
+{% block subtitle %}{{ object.headline|striptags }} - Conservancy Blog - {% endblock %}
{% block content %}
diff --git a/www/conservancy/templates/blog/entry_partial.html b/www/conservancy/templates/blog/entry_partial.html
index 571d69f2..9ec8266f 100644
--- a/www/conservancy/templates/blog/entry_partial.html
+++ b/www/conservancy/templates/blog/entry_partial.html
@@ -18,7 +18,7 @@ This partial accepts these optional parameters:
<{{ htag|default:"h3" }} class="clear"
>{% if show|default:"body" != "body" %}
{% endif %}{{ entry.headline|safe }}{% if show|default:"body" != "body" %}{% endif %}{{ htag|default:"h3" }}>
+ >{% endif %}{{ entry.headline }}{% if show|default:"body" != "body" %}{% endif %}{{ htag|default:"h3" }}>
{% if show != "headline" %}
by {{ entry.author.formal_name }}
diff --git a/www/conservancy/templates/feeds/blog_title.html b/www/conservancy/templates/feeds/blog_title.html
index 41fedac7..d05ff107 100644
--- a/www/conservancy/templates/feeds/blog_title.html
+++ b/www/conservancy/templates/feeds/blog_title.html
@@ -1 +1 @@
-{{ obj.headline|striptags|safe }}
+{{ obj.headline|striptags }}
diff --git a/www/conservancy/templates/feeds/news_description.html b/www/conservancy/templates/feeds/news_description.html
index 34c9a619..69751ba9 100644
--- a/www/conservancy/templates/feeds/news_description.html
+++ b/www/conservancy/templates/feeds/news_description.html
@@ -1,3 +1,3 @@
-{% if obj.subhead %}
{{ obj.subhead|safe }}
{% endif %}
+{% if obj.subhead %}
{{ obj.subhead }}
{% endif %}
{{ obj.summary|safe }}
{{ obj.body|safe }}
diff --git a/www/conservancy/templates/feeds/news_title.html b/www/conservancy/templates/feeds/news_title.html
index 41fedac7..d05ff107 100644
--- a/www/conservancy/templates/feeds/news_title.html
+++ b/www/conservancy/templates/feeds/news_title.html
@@ -1 +1 @@
-{{ obj.headline|striptags|safe }}
+{{ obj.headline|striptags }}
diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html
index 7c2ce89d..f83ced33 100644
--- a/www/conservancy/templates/frontpage.html
+++ b/www/conservancy/templates/frontpage.html
@@ -104,7 +104,7 @@ strategies that defend FOSS (such as copyleft).