Update homepage

This commit is contained in:
David Eisinger
2025-08-07 13:34:51 -04:00
parent e16a99a290
commit 8a4ad302c6
2 changed files with 18 additions and 3 deletions

View File

@@ -1,3 +1 @@
I'm a technologist in Durham, North Carolina, USA. I write about adventures with my family, stuff I make, and interesting things I find on the web. [More about me.][1]
[1]: /about/
I'm a technologist in Durham, North Carolina, USA. I write about adventures with my family, stuff I make, and interesting things I find on the web.

View File

@@ -1,6 +1,23 @@
{{ define "main" }}
{{ .Content }}
<ul>
{{ $recentDispatch := first 1 (where .Site.RegularPages "Params.tags" "intersect" (slice "dispatch")) }}
{{ with index $recentDispatch 0 }}
<li>
<a href="{{ .Permalink }}">Read the latest dispatch</a>
</li>
{{ end }}
<li>
<a href="/music">Music Ive made</a>
</li>
<li>
<a href="/about">More about me</a>
</li>
</ul>
<section>
<hr>