From 169837de5f9649ea41107030c148cd7f31615fb7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Sep 2019 00:49:31 +0300 Subject: add MathJax support --- _includes/common/mathjax.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _includes/common/mathjax.html (limited to '_includes/common/mathjax.html') diff --git a/_includes/common/mathjax.html b/_includes/common/mathjax.html new file mode 100644 index 0000000..1d59f37 --- /dev/null +++ b/_includes/common/mathjax.html @@ -0,0 +1,12 @@ +{% if page.mathjax %} + + + +{% endif %} -- cgit v1.2.3