diff --git a/src/layouts/default.ejs b/src/layouts/default.ejs index 97687fc..76abc6d 100644 --- a/src/layouts/default.ejs +++ b/src/layouts/default.ejs @@ -8,8 +8,8 @@ - <%- include('partials/head-styles') %> <%- include('partials/head-fonts') %> + <%- include('partials/head-styles') %> <% if (page.css) { %> <% page.css.forEach(cssFile => { %> diff --git a/src/layouts/post.ejs b/src/layouts/post.ejs index 2690930..2509f97 100644 --- a/src/layouts/post.ejs +++ b/src/layouts/post.ejs @@ -8,8 +8,8 @@ - <%- include('partials/head-styles') %> <%- include('partials/head-fonts') %> + <%- include('partials/head-styles') %>