blogamore/layouts/index.html

8 lines
196 B
HTML
Raw Normal View History

2022-11-13 20:52:45 +01:00
{{ define "main" }}
<div id="home-jumbotron" class="jumbotron text-center bg-light">
<h1 class="title">{{ .Site.Title }}</h1>
2022-11-15 23:34:16 +01:00
<div>
{{ .Site.Params.Description }}
</div>
2022-11-13 20:52:45 +01:00
</div>
{{ end }}