From 96a1150708a73f0d1fd08c1bb2ab66922853cda9 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Wed, 4 Jan 2023 18:25:21 -0500 Subject: added post for prog-as-art --- layouts/partials/head.html | 18 ++++++++++++++++++ layouts/partials/helpers/katex.html | 14 ++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 layouts/partials/head.html create mode 100644 layouts/partials/helpers/katex.html (limited to 'layouts/partials') diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..4c2061e --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,18 @@ +{{ 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 new file mode 100644 index 0000000..26baa4a --- /dev/null +++ b/layouts/partials/helpers/katex.html @@ -0,0 +1,14 @@ + + + + -- cgit v1.2.3