Standardise on include format
This commit is contained in:
parent
c5e5ae90d5
commit
188a8d044f
7 changed files with 24 additions and 23 deletions
|
@ -3,11 +3,11 @@
|
|||
{% block body_classes 'page--project' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
{{ include('project/image') }}
|
||||
{% include 'project/image' %}
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
{{ include('project/website') }}
|
||||
{{ include('project/skills') }}
|
||||
{{ include('project/company') }}
|
||||
{% include 'project/website' %}
|
||||
{% include 'project/skills' %}
|
||||
{% include 'project/company' %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue