Skip to content

Commit

Permalink
Update and rename head.html to head-custom.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sathiiii authored Dec 16, 2023
1 parent f958adf commit c507d51
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 28 deletions.
22 changes: 22 additions & 0 deletions docs/_includes/head-custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}

<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'],
inlineMath: [['$','$'], ['\\(','\\)']],
processEscapes: true
},
TeX: {
equationNumbers: {
autoNumber: "AMS"
}
}
});
</script>

<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS_CHTML">
</script>
28 changes: 0 additions & 28 deletions docs/_includes/head.html

This file was deleted.

0 comments on commit c507d51

Please sign in to comment.