Misc. updates & reorganization

This commit is contained in:
David Eisinger
2023-10-24 20:49:29 -04:00
parent 1ed0f8128e
commit bb65a3d80f
14 changed files with 93 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
<section>
<hr>
<h3>Journal</h3>
<h2>Journal</h2>
<ul>
{{ range (where .Site.RegularPages "Type" "in" "journal") }}

View File

@@ -1,7 +1,10 @@
{{ define "main" }}
<hr>
<h2>{{ .Title }}</h2>
<h2>
<a href="/journal">Journal</a> <span>&gt;</span>
{{ .Title }}
</h2>
<h3>
Posted {{ .Date | time.Format "2006-01-02" }}