From a6a3f943063ce04fd0fd3030c6f67711a7943bd4 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Fri, 24 Jul 2026 00:25:00 -0400 Subject: preparing for switch to typst --- layouts/partials/head.html | 18 ------------------ layouts/partials/helpers/katex.html | 14 -------------- 2 files changed, 32 deletions(-) delete mode 100644 layouts/partials/head.html delete mode 100644 layouts/partials/helpers/katex.html (limited to 'layouts') diff --git a/layouts/partials/head.html b/layouts/partials/head.html deleted file mode 100644 index 4c2061e..0000000 --- a/layouts/partials/head.html +++ /dev/null @@ -1,18 +0,0 @@ -{{ with .Title }}{{ . }} – {{end}}{{ .Site.Title }} -{{ with .Site.Params.about }}{{ end }} - - - -{{ if .Site.Params.noindex }} {{ end }} -{{ if .Params.math }}{{ partial "helpers/katex.html" . }}{{ end }} - - - - - - - - - - - diff --git a/layouts/partials/helpers/katex.html b/layouts/partials/helpers/katex.html deleted file mode 100644 index 26baa4a..0000000 --- a/layouts/partials/helpers/katex.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - -- cgit v1.2.3