Header link support
This commit is contained in:
parent
51e50cd0d6
commit
a2a811aa4a
7 changed files with 36 additions and 3 deletions
|
@ -75,6 +75,6 @@ sub site-header(BlogMeta:D $meta) is export {
|
|||
header-link 'Series', '/series.html', 'book';
|
||||
header-link 'About', '/about.html', 'info-circle';
|
||||
header-link 'Feed', '/atom.xml', 'rss';
|
||||
];
|
||||
], $meta.header-links.map(-> $link {header-link $link.text, $link.link, $link.icon});
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue