Update design to single page layout for my portfolio

This commit is contained in:
Justin Nguyen
2020-12-22 03:26:55 -08:00
parent c3f51a4c11
commit f2ba6ae6af
21 changed files with 552 additions and 83 deletions

View File

@@ -12,7 +12,11 @@
</h1>
<div class="post-meta">
<span class="post-date">
{{ .Date.Format "2006-01-02" }}
{{ with .Params.daterange }}
{{ . }}
{{ else }}
{{ .Date.Format "01-02-2006" }}
{{ end }}
</span>
{{ with .Params.Author }}
<span class="post-author">:: {{ . }}</span>