From 09c2ed7f45b044543cb8d1fe49b720b8a1b6972d Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Tue, 22 Sep 2020 21:51:35 +0200 Subject: Add KaTeX support --- layouts/_default/baseof.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5f8e2ec..86eee86 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,6 +1,9 @@ {{- partial "head.html" . -}} + {{ if or .Params.math .Site.Params.math }} + {{- partial "math.html" . -}} + {{ end }} {{- partial "header.html" . -}}
-- cgit v1.2.3