Change Archive link to All Posts
This commit is contained in:
parent
35bdb1c86c
commit
471603ae02
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ sub site-header(BlogMeta:D $meta) is export {
|
||||||
];
|
];
|
||||||
div :class<header-links>, [
|
div :class<header-links>, [
|
||||||
header-link 'Index', '/index.html', 'home';
|
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 'Tags', '/tags.html', 'purchase-tag-alt';
|
||||||
header-link 'Series', '/series.html', 'book';
|
header-link 'Series', '/series.html', 'book';
|
||||||
header-link 'About', '/about.html', 'info-circle';
|
header-link 'About', '/about.html', 'info-circle';
|
||||||
|
|
Loading…
Add table
Reference in a new issue