diff --git a/themes/lhs/layouts/_default/baseof.html b/themes/lhs/layouts/_default/baseof.html index 3e46449..3ae205f 100644 --- a/themes/lhs/layouts/_default/baseof.html +++ b/themes/lhs/layouts/_default/baseof.html @@ -29,7 +29,8 @@ {{ if .Params.hero_image }}
{{ block "hero-image" . }} - + {{ $hero := printf "%s/%s" "images/" .Params.hero_image }} + {{ end }}
{{ end }} diff --git a/themes/lhs/layouts/partials/design/bigcta.html b/themes/lhs/layouts/partials/design/bigcta.html index 730ca21..7eb7d90 100644 --- a/themes/lhs/layouts/partials/design/bigcta.html +++ b/themes/lhs/layouts/partials/design/bigcta.html @@ -3,7 +3,7 @@
- +
diff --git a/themes/lhs/layouts/partials/footer.html b/themes/lhs/layouts/partials/footer.html index ad419a5..6842e94 100644 --- a/themes/lhs/layouts/partials/footer.html +++ b/themes/lhs/layouts/partials/footer.html @@ -3,7 +3,7 @@
- +
diff --git a/themes/lhs/layouts/partials/head.html b/themes/lhs/layouts/partials/head.html index e569886..677f261 100644 --- a/themes/lhs/layouts/partials/head.html +++ b/themes/lhs/layouts/partials/head.html @@ -8,15 +8,15 @@ {{ template "_internal/twitter_cards.html" . }} - - - - - + + + + + - + diff --git a/themes/lhs/layouts/partials/header.html b/themes/lhs/layouts/partials/header.html index 2e3aaa4..9b2d12e 100644 --- a/themes/lhs/layouts/partials/header.html +++ b/themes/lhs/layouts/partials/header.html @@ -2,8 +2,8 @@