Skip to content

Commit

Permalink
Create head_custom.html
Browse files Browse the repository at this point in the history
  • Loading branch information
realazthat authored Feb 5, 2024
1 parent a37ce33 commit 9618c2f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _includes/head_custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

{% assign math = page.math | default: layout.math | default: site.math %}

{% case math %}
{% when "katex" %}
{% include katex.html %}
{% when "mathjax" %}
{% include mathjax.html %}
{% endcase %}

0 comments on commit 9618c2f

Please sign in to comment.