header.html: remove crossorigin="anonymous" from katex ressources

this is not required as we're delivering these ressources from our local system.
This commit is contained in:
Rico Ullmann 2023-01-05 23:43:50 +01:00
parent bd95ccd516
commit 1237910613
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
1 changed files with 3 additions and 3 deletions

View File

@ -58,9 +58,9 @@
<!-- KaTeX support -->
{{ with .Site.Params.katex }}
<link rel="stylesheet" href="css/katex.min.css" integrity="sha384-vKruj+a13U8yHIkAyGgK1J3ArTLzrFGBbBc0tDp4ad/EyewESeXE/Iv67Aj8gKZ0" crossorigin="anonymous">
<script defer src="js/katex.min.js" integrity="sha384-PwRUT/YqbnEjkZO0zZxNqcxACrXe+j766U2amXcgMg5457rve2Y7I6ZJSm2A0mS4" crossorigin="anonymous"></script>
<script defer src="auto-render.min.js" integrity="sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05" crossorigin="anonymous"
<link rel="stylesheet" href="css/katex.min.css" integrity="sha384-vKruj+a13U8yHIkAyGgK1J3ArTLzrFGBbBc0tDp4ad/EyewESeXE/Iv67Aj8gKZ0">
<script defer src="js/katex.min.js" integrity="sha384-PwRUT/YqbnEjkZO0zZxNqcxACrXe+j766U2amXcgMg5457rve2Y7I6ZJSm2A0mS4" </script>
<script defer src="auto-render.min.js" integrity="sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05"
onload="renderMathInElement(document.body);"></script>
<!-- inline KaTeX -->