~bacardi55/MinIndie

26b4b02ad4c2e86e1853e87691bb24fea98ce01f — bacardi55 5 months ago 931a18d
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>