From cf36eceb77364611c1d76cad2cea5c73ee2d5f8d Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Mon, 25 Sep 2023 15:33:31 +0200 Subject: Added the blog posts from the previous site --- layouts/partials/custom_head.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 layouts/partials/custom_head.html (limited to 'layouts/partials/custom_head.html') diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html new file mode 100644 index 0000000..97c539e --- /dev/null +++ b/layouts/partials/custom_head.html @@ -0,0 +1,12 @@ +{{ if .Params.math }}{{ partial "katex.html" . }}{{ end }} + + \ No newline at end of file -- cgit v1.3.1