aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-12-02 23:16:25 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-12-02 23:16:25 +0300
commit0e0251936b3c267a6e760562e704c34d0e8666ad (patch)
treef4e83eb70d38664dfb0b27e699f0a626c797a745 /layouts/index.html
parent91709c3567372bdf698f8fcb0b76915834bbffc1 (diff)
Organize sections
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