diff options
Diffstat (limited to '_includes/common')
-rw-r--r-- | _includes/common/header.html | 2 | ||||
-rw-r--r-- | _includes/common/mathjax.html | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/_includes/common/header.html b/_includes/common/header.html index 6df985b..3765ae6 100644 --- a/_includes/common/header.html +++ b/_includes/common/header.html @@ -43,7 +43,7 @@ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> - {% include common/mathjax.html %} + {% include mathjax.html %} <link rel="stylesheet" href="{{ '/assets/css/jekyll-theme.css' | relative_url }}"> diff --git a/_includes/common/mathjax.html b/_includes/common/mathjax.html deleted file mode 100644 index e01e380..0000000 --- a/_includes/common/mathjax.html +++ /dev/null @@ -1,4 +0,0 @@ -{% if page.mathjax %} - <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> - <script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script> -{% endif %} |