We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8f4fb commit 35f6ccbCopy full SHA for 35f6ccb
themes/up-business-theme/layouts/404.html
@@ -2,9 +2,7 @@
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.portfolio }}{{ partial "sections/portfolio.html" . }}{{ end }}
5
-
6
- It is true, we have lost this page.
7
8
- Please navigate to the home page and explore more Solution Patterns.
9
10
- {{ end }}
+ {{ with .Site.Data.home.services }}{{ partial "sections/services.html" . }}{{ end }}
+ {{ with .Site.Data.home.testimonials }}{{ partial "sections/testimonials.html" . }}{{ end }}
+ {{ with .Site.Data.home.cta }}{{ partial "sections/cta.html" . }}{{ end }}
+{{ end }}
0 commit comments