jwebsite/_layout/foot.html
Eduardo Cueto-Mendoza 7898128359 [ADD] new repo
2021-04-08 13:36:48 +01:00

13 lines
328 B
HTML
Executable File

<!-- CONTENT ENDS HERE -->
</div> <!-- end of class main-content -->
</div> <!-- end of class main-content-wrap -->
</div> <!-- end of class page-wrap-->
{{ if hasmath }}
{{ insert foot_katex.html }}
{{ end }}
{{ if hascode }}
{{ insert foot_highlight.html }}
{{ end }}
</body>
</html>