blogamore/layouts/index.html

9 lines
No EOL
197 B
HTML

{{ define "main" }}
<div id="home-jumbotron" class="jumbotron text-center bg-light">
<h1 class="title">{{ .Site.Title }}</h1>
<div>
{{ .Site.Params.Description }}
</div>
</div>
{{ end }}