diff options
Diffstat (limited to '_layout/foot.html')
-rw-r--r-- | _layout/foot.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_layout/foot.html b/_layout/foot.html new file mode 100644 index 0000000..f87c1a1 --- /dev/null +++ b/_layout/foot.html @@ -0,0 +1,9 @@ +<!-- CONTENT ENDS HERE --> + {{ if hasmath }} + {{ insert foot_katex.html }} + {{ end }} + {{ if hascode }} + {{ insert foot_highlight.html }} + {{ end }} + </body> +</html> |