summaryrefslogtreecommitdiff
path: root/layouts/partials/extended_head.html
diff options
context:
space:
mode:
authorAmir Saeid <amir@glgdgt.com>2026-02-18 21:25:00 +0000
committerAmir Saeid <amir@glgdgt.com>2026-02-18 21:25:00 +0000
commit32e0e105f663ace08896f22ab4079521070b0cac (patch)
treea40cad3ef73d76241f285d263c2574cf1e80c8d6 /layouts/partials/extended_head.html
parent3e3b3596b4e0d720c68a2d3a3538055dae41a694 (diff)
Change the theme and add a new post
Diffstat (limited to 'layouts/partials/extended_head.html')
-rw-r--r--layouts/partials/extended_head.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layouts/partials/extended_head.html b/layouts/partials/extended_head.html
new file mode 100644
index 0000000..60a4547
--- /dev/null
+++ b/layouts/partials/extended_head.html
@@ -0,0 +1,14 @@
+<script>
+window.MathJax = {
+ tex: {
+ inlineMath: [['$', '$'], ['\\(', '\\)']],
+ displayMath: [['$$', '$$'], ['\\[', '\\]']],
+ processEscapes: true,
+ processEnvironments: true
+ },
+ options: {
+ skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre']
+ }
+};
+</script>
+<script id="MathJax-script" async src="/mathjax/tex-mml-chtml.js"></script>