aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 720ea37..cc59101 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,9 +1,9 @@
{{ define "main" }}
-<page>
- {{ partial "body/contacts.html" . }}
- {{ partial "body/education.html" . }}
- {{ partial "body/experience.html" . }}
- {{ partial "body/projects.html" . }}
- {{ partial "body/skills.html" . }}
-</page>
+<section class="page">
+ {{ partial "sections/contacts.html" . }}
+ {{ partial "sections/education.html" . }}
+ {{ partial "sections/experience.html" . }}
+ {{ partial "sections/projects.html" . }}
+ {{ partial "sections/skills.html" . }}
+</section>
{{ end }} \ No newline at end of file