We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af63407 commit a705bb1Copy full SHA for a705bb1
themes/up-business-theme/layouts/index.html
@@ -1,7 +1,7 @@
1
{{ define "main" }}
2
{{ with .Site.Data.home.hero }}{{ partial "sections/hero.html" . }}{{ end }}
3
<!-- {{ with .Site.Data.home.brands }}{{ partial "sections/brands.html" . }}{{ end }} -->
4
- {{ with .Site.Data.home.people }}{{ partial "sections/people.html" . }}{{ end }}
+ <!-- {{ with .Site.Data.home.people }}{{ partial "sections/people.html" . }}{{ end }} -->
5
{{ with .Site.Data.home.portofolio }}{{ partial "sections/portofolio.html" . }}{{ end }}
6
<!-- {{ with .Site.Data.home.services }}{{ partial "sections/services.html" . }}{{ end }} -->
7
<!-- {{ with .Site.Data.home.testimonials }}{{ partial "sections/testimonials.html" . }}{{ end }}
0 commit comments