diff --git a/source/_layouts/talk.html.twig b/source/_layouts/talk.html.twig
index 5f65525a..1f842f75 100644
--- a/source/_layouts/talk.html.twig
+++ b/source/_layouts/talk.html.twig
@@ -1,7 +1,5 @@
{% extends 'page' %}
-{% block body_classes 'talk talk-full' %}
-
{% block content_wrapper %}
{% block content %}{% endblock %}
@@ -47,7 +45,3 @@
} %}
{% endblock %}
-
-{% block stylesheets %}
-
-{% endblock %}
diff --git a/source/blog.html b/source/blog.html
index 2964b850..85d91723 100644
--- a/source/blog.html
+++ b/source/blog.html
@@ -41,7 +41,3 @@ use: [posts]
{% endif %}
{% endblock %}
-
-{% block stylesheets %}
-
-{% endblock %}
diff --git a/source/experience.html.twig b/source/experience.html.twig
index 19dc9c65..cdf3041d 100644
--- a/source/experience.html.twig
+++ b/source/experience.html.twig
@@ -49,7 +49,3 @@ redirect:
{% endfor %}
{% endblock %}
-
-{% block stylesheets %}
-
-{% endblock %}
diff --git a/source/index.md b/source/index.md
index 94bab9d6..b2f8bbdb 100644
--- a/source/index.md
+++ b/source/index.md
@@ -11,7 +11,6 @@ use: [posts, testimonials]
redirect:
- about/
---
-{% block content %}
# About Me
@@ -46,12 +45,6 @@ I’m a webmaster and documentation maintainer for [Drupal.org][42], and a provi
- [Stack Overflow][37]
- [Disqus][38]
- IRC (freenode) - {{ site.irc.name }}
-{% endblock %}
-
-{% block stylesheets %}
-
-{% endblock %}
-
[1]: https://www.google.com/#q=opdavies
[2]: https://www.drupal.org
diff --git a/source/testimonials.html.twig b/source/testimonials.html.twig
index a3037686..53152a58 100644
--- a/source/testimonials.html.twig
+++ b/source/testimonials.html.twig
@@ -91,9 +91,3 @@ testimonials:
{% endfor %}
{% endblock %}
-
-{% block body_classes 'page--testimonials' %}
-
-{% block stylesheets %}
-
-{% endblock %}