From 33fa95c92bfe77e5d77038cd35e04650318c7543 Mon Sep 17 00:00:00 2001 From: hossainemruz Date: Fri, 14 Jan 2022 01:04:17 +0600 Subject: [PATCH] Replace CDN with local files for LaTex resources + Fix flag error Signed-off-by: hossainemruz --- layouts/partials/header.html | 2 +- layouts/partials/navigators/floating-lang-selector.html | 4 ++-- layouts/partials/scripts.html | 4 ++-- static/css/katex.min.css | 1 + static/js/auto-render.min.js | 1 + static/js/katex.min.js | 1 + 6 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 static/css/katex.min.css create mode 100644 static/js/auto-render.min.js create mode 100644 static/js/katex.min.js diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 76a64c6..1f0d9ff 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -8,11 +8,11 @@ + - {{/* add favicon only if the site author has provided the the favicon */}} diff --git a/layouts/partials/navigators/floating-lang-selector.html b/layouts/partials/navigators/floating-lang-selector.html index 4ac752d..625c01f 100644 --- a/layouts/partials/navigators/floating-lang-selector.html +++ b/layouts/partials/navigators/floating-lang-selector.html @@ -6,14 +6,14 @@