init
This commit is contained in:
68
themes/hugo-agency-theme/layouts/index.html
Normal file
68
themes/hugo-agency-theme/layouts/index.html
Normal file
@@ -0,0 +1,68 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}de-DE{{ end }}">
|
||||
|
||||
{{ partial "head.html" . }}
|
||||
|
||||
<body id="page-top" class="index">
|
||||
{{ partial "nav.html" . }}
|
||||
{{ partial "hero.html" . }}
|
||||
|
||||
{{ if .Site.Params.was.enable }}
|
||||
{{ partial "was.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.slam2019.enable }}
|
||||
{{ partial "slam2019.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.tickets.enable }}
|
||||
{{ partial "tickets.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.anfahrt.enable }}
|
||||
{{ partial "anfahrt.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.vorjahr.enable }}
|
||||
{{ partial "vorjahr.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{/*
|
||||
|
||||
{{ if .Site.Params.portfolio.enable }}
|
||||
{{ partial "portfolio.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.about.enable }}
|
||||
{{ partial "about.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.team.enable }}
|
||||
{{ partial "team.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.services.enable }}
|
||||
{{ partial "services.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.clients_list.enable }}
|
||||
{{ partial "clients.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.contact.enable }}
|
||||
{{ partial "contact.html" . }}
|
||||
{{ end }}
|
||||
|
||||
*/}}
|
||||
|
||||
{{ if .Site.Params.footer.enable }}
|
||||
{{ partial "footer.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.portfolio.enable }}
|
||||
{{ partial "modals.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ partial "js.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user