Update homepage
This commit is contained in:
@@ -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]
|
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.
|
||||||
|
|
||||||
[1]: /about/
|
|
||||||
|
|||||||
@@ -1,6 +1,23 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ .Content }}
|
{{ .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 I’ve made</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a href="/about">More about me</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user