+++ /dev/null
----
-title: All Posts
-tags:
- - publish
-date: 2024-12-12T14:45:17.752Z
-lastmod: 2024-12-12T15:38:57.828Z
----
-# All Posts
--- /dev/null
+---
+title: All Posts
+tags:
+ - publish
+date: 2024-12-12T14:45:17.752Z
+lastmod: 2024-12-12T15:38:57.828Z
+---
+# All Posts
--- /dev/null
+{{ define "main" }}
+{{.Content}}
+
+{{ range .Site.RegularPages.GroupByDate "2006" }}
+ <h2>{{ .Key }}</h2>
+ <ul>
+ {{ range .Pages.ByTitle }}
+ <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
+ {{ end }}
+ </ul>
+{{ end }}
+
+{{ end }}
*/}}
<a href="{{ "/" | relURL}}">Home</a>
-<a href="{{ "/list" | relURL}}">Archive</a>
+<a href="{{ "/all-posts" | relURL}}">Archive</a>
<a href="{{ "/pages/links" | relURL}}">Linkblog</a>
<a href="{{ "/index.xml" | relURL }}"><img src="/icons/feed-icon-14x14.png"></a>