diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 16:05:34 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 16:05:34 +0300 |
commit | b061c8661e8deb48222c04e6c2dc62f149fc303e (patch) | |
tree | 603ea2924ff2e30796337186a87d05add2b21ee9 /_includes | |
parent | css: move CSS files to jekyll-theme/ (diff) | |
download | jekyll-theme-b061c8661e8deb48222c04e6c2dc62f149fc303e.tar.gz jekyll-theme-b061c8661e8deb48222c04e6c2dc62f149fc303e.zip |
mathjax: move the include out of common/
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/common/header.html | 2 | ||||
-rw-r--r-- | _includes/mathjax.html (renamed from _includes/common/mathjax.html) | 0 |
2 files changed, 1 insertions, 1 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/mathjax.html index e01e380..e01e380 100644 --- a/_includes/common/mathjax.html +++ b/_includes/mathjax.html |