Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgurusabarish <gurusabarisha@gmail.com>2022-02-17 20:15:51 +0300
committergurusabarish <gurusabarisha@gmail.com>2022-02-17 20:15:51 +0300
commitf73e4bf20d97b0171f78ae9edf5fec2c1a2bf0dd (patch)
tree97a6871f0b88c3389b008e75b9d5ab5de33ba1ca /layouts/index.html
parent006bf5abcd35b6ad85ef0836bdd05896d9f68198 (diff)
added hero page
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html
index e84c5d9..d779177 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -12,6 +12,7 @@
{{ end }}
{{ define "main" }}
+{{- partial "sections/hero.html" . -}}
{{- partial "sections/projects.html" . -}}
{{- partial "sections/achievements.html" . -}}
{{- partial "sections/contact.html" . -}}