| author | Alan Dipert
<alan@tailrecursion.com> 2026-08-09 05:09:40 UTC |
| committer | Alan Dipert
<alan@tailrecursion.com> 2026-08-09 05:09:40 UTC |
| parent | 1b431c8e36663269d400bed13fd735418b8a0fbc |
| md/Home.md | +4 | -0 |
| tpl/head.html | +1 | -0 |
diff --git a/md/Home.md b/md/Home.md index 4ddc91c..afaff55 100644 --- a/md/Home.md +++ b/md/Home.md @@ -5,6 +5,10 @@ Hello, and welcome to the personal [homepage](https://en.wikipedia.org/wiki/Home ## Explore +> ### [TechWorks](./TechWorks.md) +> +> Talks, papers, interviews, and workshops from Alan's work in programming languages, web development, and software tools. + <!-- latest-works:6 --> ## Connect diff --git a/tpl/head.html b/tpl/head.html index c4063fd..e66eae0 100644 --- a/tpl/head.html +++ b/tpl/head.html @@ -23,6 +23,7 @@ </a> <nav class="site-nav" aria-label="Primary navigation"> <a href="@ROOT@Home.html">Home</a> + <a href="@ROOT@TechWorks.html">TechWorks</a> <a href="@ROOT@Index.html">Index</a> <a href="@ROOT@updates.xml">RSS</a> </nav>