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 '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 } %}