From 6c3fd2429e3adc28198d6573b8b71546995bc9f4 Mon Sep 17 00:00:00 2001 From: Dan Hert Date: Mon, 11 Mar 2024 11:02:14 +0100 Subject: [PATCH] katex test --- _includes/head_custom.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/head_custom.html b/_includes/head_custom.html index 1cdb90a2..03a7da43 100644 --- a/_includes/head_custom.html +++ b/_includes/head_custom.html @@ -1,3 +1,5 @@ +{% assign math = page.math | default: layout.math | default: site.math %} + {% case math %} {% when "katex" %} {% include katex.html %}