Skip to content

Commit

Permalink
added https to mathjax
Browse files Browse the repository at this point in the history
  • Loading branch information
wowthemesnet committed Mar 6, 2019
1 parent 62aa822 commit 5aedb4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ _site
.sass-cache
.jekyll-metadata
node_modules
Gemfile.lock
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GEM
ffi (~> 1.0)
rouge (3.3.0)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
safe_yaml (1.0.5)
sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand Down
2 changes: 1 addition & 1 deletion _includes/mathjax-support.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
});
</script>

<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script>

0 comments on commit 5aedb4c

Please sign in to comment.