diff --git a/eleventy.config.js b/eleventy.config.js index aecd1603..d619c185 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -22,6 +22,7 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPlugin(eleventyNavigationPlugin); eleventyConfig.addPlugin(metagen); eleventyConfig.addPlugin(emojiReadTime); + eleventyConfig.addBundle("css"); // Add content categories to a collection eleventyConfig.addCollection("categories", function(collectionApi) { diff --git a/src/_includes/global/baselayout.njk b/src/_includes/global/baselayout.njk index 5e7f505f..484168d1 100644 --- a/src/_includes/global/baselayout.njk +++ b/src/_includes/global/baselayout.njk @@ -17,6 +17,7 @@ {%- endfor -%} {% endif %} + {# Fonts #} {% include "global/fontdefault.njk" %} diff --git a/src/_includes/global/content.njk b/src/_includes/global/content.njk index 7e838ffe..d4ab8043 100644 --- a/src/_includes/global/content.njk +++ b/src/_includes/global/content.njk @@ -86,7 +86,7 @@ {% block shrineInfo %}{% endblock %} - \ No newline at end of file + .blog__post--prev { grid-area: prev; } + .blog__post--next { grid-area: next; } +{% endcss %} \ No newline at end of file diff --git a/src/_includes/global/footer.njk b/src/_includes/global/footer.njk index 119ce606..55274bfa 100644 --- a/src/_includes/global/footer.njk +++ b/src/_includes/global/footer.njk @@ -17,7 +17,7 @@ {%- include "global/top-btn.njk" %} - \ No newline at end of file +{% endcss %} \ No newline at end of file diff --git a/src/_includes/global/hero.njk b/src/_includes/global/hero.njk index 9d82f782..6ed4ed8e 100644 --- a/src/_includes/global/hero.njk +++ b/src/_includes/global/hero.njk @@ -7,7 +7,7 @@ - +{% endcss %}