diff --git a/.pnpm-debug.log b/.pnpm-debug.log
new file mode 100644
index 0000000..ce5adc8
--- /dev/null
+++ b/.pnpm-debug.log
@@ -0,0 +1,14 @@
+{
+ "0 debug pnpm:scope": {
+ "selected": 1
+ },
+ "1 error pnpm": {
+ "code": "ERR_PNPM_NO_SCRIPT",
+ "err": {
+ "name": "pnpm",
+ "message": "Missing script: dev",
+ "code": "ERR_PNPM_NO_SCRIPT",
+ "stack": "pnpm: Missing script: dev\n at Object.handler (/opt/homebrew/lib/node_modules/pnpm/dist/pnpm.cjs:170956:15)\n at async /opt/homebrew/lib/node_modules/pnpm/dist/pnpm.cjs:175391:21\n at async run (/opt/homebrew/lib/node_modules/pnpm/dist/pnpm.cjs:175365:34)\n at async runPnpm (/opt/homebrew/lib/node_modules/pnpm/dist/pnpm.cjs:175583:5)\n at async /opt/homebrew/lib/node_modules/pnpm/dist/pnpm.cjs:175575:7"
+ }
+ }
+}
\ No newline at end of file
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b917afb..097cae7 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -87,6 +87,15 @@
{{if $.Site.Data.config.enableLinkPreview}}
initPopover({{strings.TrimRight "/" .Site.BaseURL }})
{{end}}
+ {{if $.Site.Data.config.enableLatex}}
+ renderMathInElement(document.body, {
+ delimiters: [
+ {left: '$$', right: '$$', display: true},
+ {left: '$', right: '$', display: false},
+ ],
+ throwOnError : false
+ });
+ {{end}}
};
attachSPARouting(draw);
diff --git a/layouts/partials/katex.html b/layouts/partials/katex.html
index e11c4f1..756ef77 100644
--- a/layouts/partials/katex.html
+++ b/layouts/partials/katex.html
@@ -2,15 +2,4 @@
-
{{end}}