hugo-battheme/layouts/index.html

6 lines
136 B
HTML
Raw Normal View History

2022-04-08 22:27:21 +00:00
{{ define "main" }}
<div id="home-jumbotron" class="jumbotron text-center">
<h1 class="title">{{ .Site.Title }}</h1>
</div>
{{ end }}