Change Archive link to All Posts

This commit is contained in:
Nathan McCarty 2025-02-09 03:22:30 -05:00
parent 35bdb1c86c
commit 471603ae02

View file

@ -59,7 +59,7 @@ sub site-header(BlogMeta:D $meta) is export {
];
div :class<header-links>, [
header-link 'Index', '/index.html', 'home';
header-link 'Archive', '/archive.html', 'archive';
header-link 'All Posts', '/archive.html', 'archive';
header-link 'Tags', '/tags.html', 'purchase-tag-alt';
header-link 'Series', '/series.html', 'book';
header-link 'About', '/about.html', 'info-circle';