From c04533b327121d702f4c5eace74bd6e15b609e1c Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 27 Nov 2024 18:41:25 -0500 Subject: [PATCH] Hacked-together KaTeX support --- src/_layouts/default.html | 33 +++++++++++++++++-- .../_posts/2020-08-03-Joystick-to-Voltage.md | 13 +------- .../2020-08-13-Drivetrain-navigation.md | 13 +------- .../_posts/2021-12-03-quaternions.md | 18 +++------- 4 files changed, 37 insertions(+), 40 deletions(-) diff --git a/src/_layouts/default.html b/src/_layouts/default.html index f00a736..0db6f51 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -19,6 +19,15 @@ {% endif %} + + {% if page.enable_katex %} + + + {% endif %} @@ -31,7 +40,8 @@