diff --git a/content/_index.md b/content/_index.md index 86abf73..c593938 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,11 +2,11 @@ title: "The Bearded Tek | Your IT Handyman" date: 2025-04-15T17:09:20+06:00 description: "The Bearded Tek, Palmer and Wasilla's IT Handyman" -layout: main +layout: index hero: enable: true title: Your IT Handyman - tagline: We provide reliable, affordable tech support for homes and businesses in the Palmer-Wasilla area. + tagline: We provide reliable, affordable tech support for homes and businesses in Alaska's Mat-Su Valley. wordSlider: enable: true items: diff --git a/layouts/_default/index.html b/layouts/_default/index.html index 7cf5186..8ab06c2 100644 --- a/layouts/_default/index.html +++ b/layouts/_default/index.html @@ -1,12 +1,15 @@ {{ define "main" }}
{{ if ( .Page.Params.hero.enable ) }} -
+
{{ partial "hero/heading" . }} - {{ partial "hero/slider" . }} + {{ if ( .Page.Params.hero.wordSlider.enable ) }} + {{ partial "hero/slider" . }} + {{ end }} {{ partial "hero/tagline" . }} + {{ partial "hero/veteran" . }}
diff --git a/layouts/partials/hero/heading.html b/layouts/partials/hero/heading.html index dde3f95..33a265b 100644 --- a/layouts/partials/hero/heading.html +++ b/layouts/partials/hero/heading.html @@ -1,3 +1,3 @@ -
+
{{ .Page.Params.hero.title }}
\ No newline at end of file diff --git a/layouts/partials/hero/slider.html b/layouts/partials/hero/slider.html index a82d993..41bfe9d 100644 --- a/layouts/partials/hero/slider.html +++ b/layouts/partials/hero/slider.html @@ -1,4 +1,4 @@ -
+