Rss und noch weitere Kleinigkeiten

This commit is contained in:
mdn 2022-11-15 23:34:16 +01:00
parent 6dd9fa38f6
commit 4ca99523cf
4 changed files with 17 additions and 6 deletions

View file

@ -1,5 +1,9 @@
{{ 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 }}