From aee2447cd5683f3db87eb320a4886d2a1d52aa83 Mon Sep 17 00:00:00 2001 From: tycrek Date: Fri, 15 Oct 2021 11:44:41 -0600 Subject: [PATCH] Moved loading modest.css to index directly --- views/head.pug | 1 - views/index.pug | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/views/head.pug b/views/head.pug index 483ee00..34353ac 100644 --- a/views/head.pug +++ b/views/head.pug @@ -2,7 +2,6 @@ meta(name='viewport' content='width=device-width, initial-scale=1.0, viewport-fi //- Markdown stylesheet & Highlight.js theme style: include css/ass.css -style: include css/modest.css style: include css/dracula.highlight.js.css //- jQuery; Highlight.js for codeblocks; Font Awesome diff --git a/views/index.pug b/views/index.pug index 7cf8299..c6d1958 100644 --- a/views/index.pug +++ b/views/index.pug @@ -4,4 +4,5 @@ html meta(name='description' content='ass is a self-hosted ShareX upload server written in Node.js') include head include opengraph + style: include css/modest.css body!=data \ No newline at end of file