Styling updates and add social links
This commit is contained in:
parent
eafe6648cc
commit
a2cb0960ab
15 changed files with 135 additions and 23 deletions
|
@ -21,6 +21,10 @@ export default async function(eleventyConfig) {
|
|||
filter(page => page.data.nav_order).
|
||||
sort((a, b) => a.data.nav_order - b.data.nav_order);
|
||||
});
|
||||
|
||||
eleventyConfig.addPassthroughCopy({
|
||||
"./content/resources/": "/"
|
||||
});
|
||||
};
|
||||
|
||||
export const config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue