diff --git a/layouts/index.html b/layouts/index.html index 41e42bb..6047643 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -22,7 +22,11 @@

{{ .Title | default .Site.Title }}

- {{ .Content | default .Site.Params.homepage_intro }} + {{ if .Content }} + {{ .Content }} + {{ else }} +

{{ .Site.Params.homepage_intro }}

+ {{ end }}
{{ .Site.Params.homeoage_button_text }} @@ -38,7 +42,7 @@
- +