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 ++++++++++++ layouts/partials/katex.html | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 layouts/partials/custom_head.html create mode 100644 layouts/partials/katex.html (limited to 'layouts/partials') 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 diff --git a/layouts/partials/katex.html b/layouts/partials/katex.html new file mode 100644 index 0000000..bc9fde0 --- /dev/null +++ b/layouts/partials/katex.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file -- cgit v1.3.1