Add series links
This commit is contained in:
parent
d170a2fccf
commit
4793d660e2
6 changed files with 54 additions and 10 deletions
|
@ -61,6 +61,7 @@ sub site-header(BlogMeta:D $meta) is export {
|
|||
header-link 'Index', '/index.html', 'home';
|
||||
header-link 'Archive', '/archive.html', 'archive';
|
||||
header-link 'Tags', '/tags.html', 'purchase-tag-alt';
|
||||
header-link 'Series', '/series.html', 'book';
|
||||
header-link 'About', '/about.html', 'info-circle';
|
||||
header-link 'Feed', '/atom.xml', 'rss';
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue