From 6c4d45d248ee9b58745105d91259fc2dfb9540b3 Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Tue, 16 Mar 2021 15:59:22 +0100 Subject: [PATCH] feat: preload key katex fonts --- layouts/partials/head/resource-hints.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head/resource-hints.html b/layouts/partials/head/resource-hints.html index a322f1a..3baa711 100644 --- a/layouts/partials/head/resource-hints.html +++ b/layouts/partials/head/resource-hints.html @@ -1,2 +1,6 @@ - \ No newline at end of file + +{{ if .Site.Params.options.kaTex -}} + + +{{ end -}} \ No newline at end of file