diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/index.html b/layouts/index.html index 0d56873..d49b710 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,11 +1,7 @@ {{ define "main" -}} <main> - {{- if .Site.Params.indexTitle }} <h1>{{ .Site.Params.indexTitle }}</h1> - {{- end -}} - {{ if .Site.Params.indexIntro }} <p>{{ .Site.Params.indexIntro }}</p> - {{- end }} <h2>{{ i18n "navLinks" }}</h2> <nav> <ul class="list"> |