From 3e6f0389f0cdac7b90970c49f455205563b48ad6 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 7 Mar 2021 11:29:26 +0700 Subject: Initialize a Franklin site --- _layout/foot.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _layout/foot.html (limited to '_layout/foot.html') 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 @@ + + {{ if hasmath }} + {{ insert foot_katex.html }} + {{ end }} + {{ if hascode }} + {{ insert foot_highlight.html }} + {{ end }} + + -- cgit 1.4.1