Fixed default layout and added tag layout for timestamps

This commit is contained in:
Brandon Rozek 2020-02-29 19:14:22 -05:00
parent 4cd68c5fbf
commit 84b4d3d344
7 changed files with 126 additions and 9 deletions

View file

@ -1,9 +0,0 @@
{{ define "main"}}
<h1 class='title'>{{ .Title }}</h1>
{{ partial "header.html" . }}
<!-- content -->
<div id="contentBody">
{{ .Content }}
</div>
{{ partial "footer.html" . }}
{{ end }}