Skip to content

Commit f70116a

Browse files
committed
update: index.njk — formatting spacing
1 parent 01674b3 commit f70116a

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

src/index.njk

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
title: 'EmptyWork'
33
layout: 'layouts/primary.njk'
44
---
5+
56
<main id="main" class="main">
6-
{% 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>
7+
{% include "sections/featured.njk" %}
8+
{% include "sections/work.njk" %}
9+
{% include "sections/clients.njk" %}
10+
{% include "sections/partof.njk" %}
11+
{% include "sections/about.njk" %}
12+
{% include "sections/prototypes.njk" %}
13+
</main>

0 commit comments

Comments
 (0)