diff --git a/.eleventy.js b/.eleventy.js index 37e66d7..a6cc2b3 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -5,6 +5,7 @@ module.exports = function(eleventyConfig) { eleventyConfig.addPassthroughCopy("src/js"); eleventyConfig.addPassthroughCopy("src/resume"); eleventyConfig.addPassthroughCopy("src/assets/images"); + eleventyConfig.addPassthroughCopy({ "favicon" : "/" } ); // Add a filter for readable dates using vanilla JS eleventyConfig.addFilter("readableDate", dateObj => { // The toLocaleDateString method can be used to format dates diff --git a/favicon/favicon.ico b/favicon/favicon.ico new file mode 100644 index 0000000..397a770 Binary files /dev/null and b/favicon/favicon.ico differ diff --git a/src/_includes/layout.njk b/src/_includes/layout.njk index d812786..b2e6c2d 100644 --- a/src/_includes/layout.njk +++ b/src/_includes/layout.njk @@ -10,6 +10,7 @@ +