From b061c8661e8deb48222c04e6c2dc62f149fc303e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 22 Mar 2022 16:05:34 +0300 Subject: mathjax: move the include out of common/ --- _includes/mathjax.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 _includes/mathjax.html (limited to '_includes/mathjax.html') diff --git a/_includes/mathjax.html b/_includes/mathjax.html new file mode 100644 index 0000000..e01e380 --- /dev/null +++ b/_includes/mathjax.html @@ -0,0 +1,4 @@ +{% if page.mathjax %} + + +{% endif %} -- cgit v1.2.3