Changed something
This commit is contained in:
parent
ba355d149d
commit
73116ef9eb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue