From: AngeloR Date: Wed, 29 Jan 2025 05:44:46 +0000 (-0500) Subject: fix: link to archive X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=906b5fba9ddc2d1ce91aacf8745585b6d6d77584;p=xangelo.ca.git fix: link to archive --- diff --git a/content/_list.md b/content/_list.md deleted file mode 100644 index 5ad6510..0000000 --- a/content/_list.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: All Posts -tags: - - publish -date: 2024-12-12T14:45:17.752Z -lastmod: 2024-12-12T15:38:57.828Z ---- -# All Posts diff --git a/content/all-posts/_index.md b/content/all-posts/_index.md new file mode 100644 index 0000000..5ad6510 --- /dev/null +++ b/content/all-posts/_index.md @@ -0,0 +1,8 @@ +--- +title: All Posts +tags: + - publish +date: 2024-12-12T14:45:17.752Z +lastmod: 2024-12-12T15:38:57.828Z +--- +# All Posts diff --git a/layouts/section/all-posts.html b/layouts/section/all-posts.html new file mode 100644 index 0000000..159bebc --- /dev/null +++ b/layouts/section/all-posts.html @@ -0,0 +1,13 @@ +{{ define "main" }} +{{.Content}} + +{{ range .Site.RegularPages.GroupByDate "2006" }} +

{{ .Key }}

+ +{{ end }} + +{{ end }} diff --git a/themes/brutalist-minimalist/layouts/partials/nav-links.html b/themes/brutalist-minimalist/layouts/partials/nav-links.html index 6613543..ab861d3 100644 --- a/themes/brutalist-minimalist/layouts/partials/nav-links.html +++ b/themes/brutalist-minimalist/layouts/partials/nav-links.html @@ -24,6 +24,6 @@ */}} Home -Archive +Archive Linkblog