Remove welcome text
1 files changed, 1 insertions(+), 1 deletions(-) M layouts/index.html
M layouts/index.html => layouts/index.html +1 -1
@@ 1,7 1,7 @@ {{ define "main" }} <main> <hr /> - <h1 class="site-title">Welcome to {{ .Site.Title }}</h1> + <h1 class="site-title">{{ .Site.Title }}</h1> {{- partial "bio-hcard.html" . -}} {{- partial "homepage-body.html" . -}} </main>