We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
index.njk
1 parent 01674b3 commit f70116aCopy full SHA for f70116a
1 file changed
src/index.njk
@@ -2,11 +2,12 @@
2
title: 'EmptyWork'
3
layout: 'layouts/primary.njk'
4
---
5
+
6
<main id="main" class="main">
- {% include 'sections/featured.njk' %}
7
- {% include 'sections/work.njk' %}
8
- {% include 'sections/clients.njk' %}
9
- {% include 'sections/partof.njk' %}
10
- {% include 'sections/about.njk' %}
11
- {% include 'sections/prototypes.njk' %}
12
-</main>
+ {% include "sections/featured.njk" %}
+ {% include "sections/work.njk" %}
+ {% include "sections/clients.njk" %}
+ {% include "sections/partof.njk" %}
+ {% include "sections/about.njk" %}
+ {% include "sections/prototypes.njk" %}
13
+</main>
0 commit comments