Split onto multiple lines
This commit is contained in:
parent
2d9d67dfe1
commit
093db68c19
|
@ -141,17 +141,23 @@ projects:
|
|||
<div class="mb-4">
|
||||
<h2>Drupal</h2>
|
||||
|
||||
{% include 'opensource/projects.html.twig' with { projects: page.projects.drupal } %}
|
||||
{% include 'opensource/projects.html.twig' with {
|
||||
projects: page.projects.drupal
|
||||
} %}
|
||||
</div>
|
||||
|
||||
<div class="mb-4">
|
||||
<h2>Sculpin</h2>
|
||||
|
||||
{% include 'opensource/projects.html.twig' with { projects: page.projects.sculpin } %}
|
||||
{% include 'opensource/projects.html.twig' with {
|
||||
projects: page.projects.sculpin
|
||||
} %}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>PHP</h2>
|
||||
|
||||
{% include 'opensource/projects.html.twig' with { projects: page.projects.php } %}
|
||||
{% include 'opensource/projects.html.twig' with {
|
||||
projects: page.projects.php
|
||||
} %}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue