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/header.html | 1 + _includes/common/mathjax.html | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 _includes/common/mathjax.html (limited to '_includes/common') diff --git a/_includes/common/header.html b/_includes/common/header.html index c21b442..a17ea71 100644 --- a/_includes/common/header.html +++ b/_includes/common/header.html @@ -19,6 +19,7 @@ {% endif %} {% include common/ie_compat.html %} + {% include common/mathjax.html %}