diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 00:49:31 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 00:49:31 +0300 |
commit | 169837de5f9649ea41107030c148cd7f31615fb7 (patch) | |
tree | 42b22c79917e6ae5ef738ca452c7ff44eef3e6d0 /_includes/common/header.html | |
parent | README: remove the obsolete Windows notes (diff) | |
download | jekyll-theme-169837de5f9649ea41107030c148cd7f31615fb7.tar.gz jekyll-theme-169837de5f9649ea41107030c148cd7f31615fb7.zip |
add MathJax support
Diffstat (limited to '')
-rw-r--r-- | _includes/common/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 %} </head> <body> <div class="top-level-footer-wrapper"> |