From 063c65716b70ff6a295557ff6261218ec861231f Mon Sep 17 00:00:00 2001 From: Pablo Marcos <48572431+MarionMoseby@users.noreply.github.com> Date: Thu, 13 Jan 2022 20:06:07 +0100 Subject: [PATCH] Add LaTeX support (#481) * Add Blogtrottr as newsletter provider * Fixed absLangURL issue with sections in footer * Add LaTeX support Added katex scripts and css to scripts and header partials, respectively * Replace CDN with local files for LaTex resources + Fix flag error Signed-off-by: hossainemruz Co-authored-by: Pablo Marcos Co-authored-by: Emruz Hossain --- layouts/partials/header.html | 3 ++- layouts/partials/navigators/floating-lang-selector.html | 4 ++-- layouts/partials/scripts.html | 3 +++ static/css/katex.min.css | 1 + static/js/auto-render.min.js | 1 + static/js/katex.min.js | 1 + 6 files changed, 10 insertions(+), 3 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 7568437..1f0d9ff 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -8,9 +8,10 @@ + - + 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 @@