From a962ee54db159f9489966bcd9d2f6b836d9ca73a Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 19 Jan 2024 16:30:29 +0100 Subject: [PATCH] css: reorder --- src/layouts/default.ejs | 2 +- src/layouts/post.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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') %>