From 8c678a515d30be19fa771e9e6c3a7dd8f0b4f5a1 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Tue, 26 Sep 2023 13:46:27 +0200 Subject: Fixed the width of the latex equations --- layouts/partials/custom_head.html | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'layouts/partials/custom_head.html') diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html index 97c539e..4b7705a 100644 --- a/layouts/partials/custom_head.html +++ b/layouts/partials/custom_head.html @@ -1,12 +1,4 @@ -{{ if .Params.math }}{{ partial "katex.html" . }}{{ end }} - - \ No newline at end of file +{{ range .Site.Params.custom_css -}} + +{{- end }} +{{ if .Params.math }}{{ partial "katex.html" . }}{{ end }} \ No newline at end of file -- cgit v1.3.1