2021-03-24 20:44:33 -05:00
parent d37c835b01
commit 9495f736e6
19 changed files with 305 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{{ define "main" }}
<div id="home-jumbotron" class="jumbotron text-center">
<h1 class="title">{{ .Site.Title }}</h1>
</div>
{{ end }}