Consistent includes
This commit is contained in:
parent
f08bf1e056
commit
5b036deaaf
4 changed files with 12 additions and 12 deletions
|
@ -147,7 +147,7 @@ projects:
|
|||
<div class="mb-4">
|
||||
<h2>Drupal</h2>
|
||||
|
||||
{% include 'opensource/projects.html.twig' with {
|
||||
{% include 'opensource/projects' with {
|
||||
projects: page.projects.drupal
|
||||
} %}
|
||||
</div>
|
||||
|
@ -155,7 +155,7 @@ projects:
|
|||
<div class="mb-4">
|
||||
<h2>Sculpin</h2>
|
||||
|
||||
{% include 'opensource/projects.html.twig' with {
|
||||
{% include 'opensource/projects' with {
|
||||
projects: page.projects.sculpin
|
||||
} %}
|
||||
</div>
|
||||
|
@ -163,7 +163,7 @@ projects:
|
|||
<div>
|
||||
<h2>PHP</h2>
|
||||
|
||||
{% include 'opensource/projects.html.twig' with {
|
||||
{% include 'opensource/projects' with {
|
||||
projects: page.projects.php
|
||||
} %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue