diff options
Diffstat (limited to 'layouts/index.html')
| -rw-r--r-- | layouts/index.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/layouts/index.html b/layouts/index.html index e42e751..8eafc6c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,8 +2,8 @@  <main>    {{- if .Site.Params.indexTitle }}    <h1>{{ .Site.Params.indexTitle }}</h1> -  {{- end }} -  {{- if .Site.Params.indexIntro }} +  {{- end -}} +  {{ if .Site.Params.indexIntro }}    <p>{{ .Site.Params.indexIntro }}</p>    {{- end }}    <h2>{{ i18n "navLinks" }}</h2> | 
