diff --git a/.eleventy.js b/.eleventy.js index 756a8ea..d001d75 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -28,8 +28,8 @@ module.exports = function(eleventyConfig) { return collectionApi.getFilteredByGlob("_content/notes/*.md").reverse(); }); - eleventyConfig.addPassthroughCopy("img"); - eleventyConfig.addPassthroughCopy("js"); + eleventyConfig.addPassthroughCopy({"img":"assets/img"}); + eleventyConfig.addPassthroughCopy({"js":"assets/js"}); eleventyConfig.addPassthroughCopy("css"); // Return your Object options: diff --git a/_content/_includes/layout.njk b/_content/_includes/layout.njk index 69ac5cc..1101c12 100644 --- a/_content/_includes/layout.njk +++ b/_content/_includes/layout.njk @@ -8,8 +8,8 @@ title: Mon Repos (Death's Domain) - - + + diff --git a/_content/index.html b/_content/index.html index cc6f3e6..21e8484 100644 --- a/_content/index.html +++ b/_content/index.html @@ -4,8 +4,8 @@ - - + + @@ -21,8 +21,8 @@