From 093db68c19bee4b8d13afd0d3525a2e40c6c24c6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 30 Mar 2018 21:02:56 +0100 Subject: [PATCH] Split onto multiple lines --- source/opensource.html.twig | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/source/opensource.html.twig b/source/opensource.html.twig index ecb9bb08..b8b4e310 100644 --- a/source/opensource.html.twig +++ b/source/opensource.html.twig @@ -141,17 +141,23 @@ projects:

Drupal

- {% include 'opensource/projects.html.twig' with { projects: page.projects.drupal } %} + {% include 'opensource/projects.html.twig' with { + projects: page.projects.drupal + } %}

Sculpin

- {% include 'opensource/projects.html.twig' with { projects: page.projects.sculpin } %} + {% include 'opensource/projects.html.twig' with { + projects: page.projects.sculpin + } %}

PHP

- {% include 'opensource/projects.html.twig' with { projects: page.projects.php } %} + {% include 'opensource/projects.html.twig' with { + projects: page.projects.php + } %}