diff --git a/templates/about.html b/templates/about.html
index f49f858..2991c5b 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -7,8 +7,6 @@
{% block headerimage %}{% static "img/header.jpg" %}{% endblock %}
{% block content %}
-
-
About
diff --git a/templates/content.html b/templates/content.html
index 0aabf44..c3cc14c 100644
--- a/templates/content.html
+++ b/templates/content.html
@@ -8,6 +8,7 @@
{% endblock %}
+
{% block title %}{% endblock %}
{% block content %}{% endblock %}
{% endblock%}