Changed something

This commit is contained in:
Morgan 2023-11-01 21:54:40 +09:00
parent ba355d149d
commit 73116ef9eb
1 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,7 @@
<script src="https://cdn.tailwindcss.com"></script>
{{ if .IsPage }}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css">
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/auto-render.min.js" onload="renderMathInElement(document.body);"></script>
@ -17,9 +18,8 @@
});
});
</script>
{{ end }}
{{ partialCached "head/css.html" . }}
{{ partialCached "head/js.html" . }}
<script>
tailwind.config = {
theme: {
@ -68,4 +68,4 @@
@apply m-8;
}
}
</style>
</style>