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

github.com/themefisher/restaurant-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 6684b38..4e91c15 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,8 +1,8 @@
-{{ partial "header.html" . }}
+{{ define "main" }}
{{ partial "hero-area.html" . }}
-{{ partial "navigation.html" . }}
+{{- partial "header.html" . -}}
{{ partial "gallery.html" . }}
@@ -16,4 +16,4 @@
{{ partial "contact.html" . }}
-{{ partial "footer.html" . }} \ No newline at end of file
+{{ end }} \ No newline at end of file