move math block to baseof.html

This commit is contained in:
Juan Pablo Valencia 2024-11-23 13:07:57 +02:00
parent b9c6d8f3f7
commit 241671f2b9
2 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,11 @@
<footer>
{{ partial "footer.html" . }}
</footer>
{{ if .Param "math" }}
{{ partialCached "math.html" . }}
{{ end }}
</body>
<script>

View file

@ -12,7 +12,3 @@
<p>{{ . | markdownify }}</p>
{{ end }}
{{ end }}
{{ if .Param "math" }}
{{ partialCached "math.html" . }}
{{ end }}