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> <footer>
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
</footer> </footer>
{{ if .Param "math" }}
{{ partialCached "math.html" . }}
{{ end }}
</body> </body>
<script> <script>

View file

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