add yesterdays and todays posts

This commit is contained in:
2026-02-23 01:10:21 -07:00
parent aae7d716a2
commit a47a28e074
118 changed files with 5101 additions and 135 deletions
@@ -0,0 +1,7 @@
{{ define "main" }}
{{ if eq .Type "page" }}
{{- partial "page.html" . -}}
{{ else }}
{{- partial "list.html" . -}}
{{ end }}
{{ end }}