Move to 'journal'

This commit is contained in:
David Eisinger
2023-03-02 22:33:20 -05:00
parent 5db4be1d70
commit 52fc1f6956
7 changed files with 49 additions and 25 deletions

View File

@@ -1,12 +1 @@
{{ define "main" }}
<section>
<hr>
{{ range (where .Site.RegularPages "Type" "in" "posts") }}
<h3>
<a href="{{ .Permalink }}">{{ .Title }}</a>
{{ .Date | time.Format "(2006-01-02)" }}
</h3>
{{ end }}
</section>
{{ end }}