From 995dd9f8f3fb7e1dcba3d687f1da017ab13bf550 Mon Sep 17 00:00:00 2001 From: Rohan Verma Date: Thu, 7 Nov 2019 01:30:55 +0530 Subject: [PATCH] fix: send mjs as text/javascript --- content/static/js/{darkmode.mjs => darkmode.js} | 0 layouts/partials/body/scripts.html | 2 +- layouts/partials/head/custom.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename content/static/js/{darkmode.mjs => darkmode.js} (100%) diff --git a/content/static/js/darkmode.mjs b/content/static/js/darkmode.js similarity index 100% rename from content/static/js/darkmode.mjs rename to content/static/js/darkmode.js diff --git a/layouts/partials/body/scripts.html b/layouts/partials/body/scripts.html index 7916a40..075d8be 100644 --- a/layouts/partials/body/scripts.html +++ b/layouts/partials/body/scripts.html @@ -1,5 +1,5 @@ \ No newline at end of file + \ No newline at end of file