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 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 layouts/partials/head.html (limited to 'layouts/partials/head.html') 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 }} + + + + + + + + + + + -- cgit v1.2.3