diff --git a/src/components/hero/hero.njk b/src/components/hero/hero.njk index caa13b4c43..4e4bf4f38d 100755 --- a/src/components/hero/hero.njk +++ b/src/components/hero/hero.njk @@ -1,12 +1,12 @@
-

+

{%- if hero.callout -%} {{ hero.callout }} {%- endif -%} {{ hero.title }} -

+ {%- if hero.paragraph -%}

{{ hero.paragraph }}

{%- endif -%}