Updated blog layout

This commit is contained in:
Brandon Rozek 2020-12-22 09:36:03 -05:00
parent 4f7e08f5ac
commit 297ec66033
4 changed files with 8 additions and 36 deletions

View file

@ -5,6 +5,7 @@
<!-- date -->
{{ $singlePageDateFormat := .Site.Params.singlePageDateFormat | default "January 2, 2006"}}
<p class="date">{{ .Date.Format $singlePageDateFormat }}</p>
{{ end }}
<!-- tags -->
<div id="tags">
<ul>
@ -16,7 +17,6 @@
{{ end }}
</ul>
</div>
{{ end }}
<!-- content -->
<div id="contentBody">
{{ .Content }}