update website to include birds

This commit is contained in:
2026-09-02 20:11:35 -04:00
parent 4d505fe646
commit 5123b8e987
14 changed files with 60 additions and 133 deletions
+7
View File
@@ -0,0 +1,7 @@
{{ $category := .Get 0 }}
<dl>
{{ range index .Site.Taxonomies.categories $category }}
<time>{{ time.Format "2006-01-02" .Date }}</time>
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
{{ end }}
</dl>