diff --git a/source/_partials/meetups.html.twig b/source/_partials/meetups.html.twig
index f01393e2..09ee9a52 100644
--- a/source/_partials/meetups.html.twig
+++ b/source/_partials/meetups.html.twig
@@ -2,19 +2,19 @@
Things that I organise
- {% include 'meetup.html.twig' with {
+ {% include 'meetup' with {
name: 'Drupal Bristol',
logo: 'drupal-bristol.jpeg',
url: 'http://www.drupalbristol.org.uk',
} %}
- {% include 'meetup.html.twig' with {
+ {% include 'meetup' with {
name: 'DrupalCamp Bristol',
logo: 'drupalcamp-bristol.png',
url: 'http://www.drupalcampbristol.co.uk',
} %}
- {% include 'meetup.html.twig' with {
+ {% include 'meetup' with {
name: 'PHPSW',
logo: 'phpsw.jpeg',
url: 'http://phpsw.uk',
diff --git a/source/_partials/navbar.html.twig b/source/_partials/navbar.html.twig
index 649cce29..a72d1fe5 100644
--- a/source/_partials/navbar.html.twig
+++ b/source/_partials/navbar.html.twig
@@ -16,31 +16,31 @@
- {% include 'post-pager.html.twig' %}
+ {% include 'post-pager' %}
{% endblock %}
{% block scripts %}
diff --git a/source/opensource.html.twig b/source/opensource.html.twig
index a0e60189..7dc4a88d 100644
--- a/source/opensource.html.twig
+++ b/source/opensource.html.twig
@@ -147,7 +147,7 @@ projects:
Drupal
- {% include 'opensource/projects.html.twig' with {
+ {% include 'opensource/projects' with {
projects: page.projects.drupal
} %}
@@ -155,7 +155,7 @@ projects:
Sculpin
- {% include 'opensource/projects.html.twig' with {
+ {% include 'opensource/projects' with {
projects: page.projects.sculpin
} %}
@@ -163,7 +163,7 @@ projects:
PHP
- {% include 'opensource/projects.html.twig' with {
+ {% include 'opensource/projects' with {
projects: page.projects.php
} %}