1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-02-10 03:24:13 +01:00

_includes/head.html: include mathjax

This commit is contained in:
Aminda Suomalainen 2024-05-28 11:22:48 +03:00
parent e5fa72bcbd
commit 0765bc502f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -20,4 +20,10 @@
<link rel="prefetch" href="https://prefetch.validatorsearch.verisignlabs.com" />
<link rel="me" type="application/activity+json" href="https://sauna.social/users/aminda" />
<link rel="me" type="application/activity+json" href="https://mastodon.pirateparty.be/users/MikaelaPPFI" />
<script>
MathJax = {
tex: {inlineMath: [['$', '$'], ['\\(', '\\)']]}
};
</script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</head>