diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html index ef527ddf..3a0efd6f 100644 --- a/layouts/partials/hero.html +++ b/layouts/partials/hero.html @@ -8,8 +8,13 @@
+ {{- if $image }}
+ {{- else }} +
+
+ {{- end }}

{{ $title }}

@@ -18,18 +23,21 @@

{{ . }}

{{ end }} + {{- if $buttonText }}

{{ $buttonText }}

+ {{- end }}
- + {{- if $image }}
Description
+ {{- end }}