diff --git a/layouts/index.html b/layouts/index.html index bb4eaef..567921d 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -29,10 +29,9 @@
- {{ with .Site.Params.cta.title }}

{{ . }}

{{ end }} - {{ with .Site.Params.cta.description }}

{{ . }}

{{ end }} - {{ with .Site.Params.cta.btnText}}{{ . }}{{ end }} + {{ with .Site.Params.cta.title }}

{{ . }}

{{ end }} + {{ with .Site.Params.cta.description }}

{{ . }}

{{ end }} + {{ with .Site.Params.cta.btnText}}{{ . }}{{ end }}
diff --git a/layouts/partials/navigation.html b/layouts/partials/navigation.html index 2571cb9..449c845 100644 --- a/layouts/partials/navigation.html +++ b/layouts/partials/navigation.html @@ -1,5 +1,5 @@