diff --git a/_includes/head.html b/_includes/head.html index 9255ecb..de0c6b9 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -11,5 +11,6 @@ {%- endif -%} {%- include custom-head.html -%} + {%- include mathjax.html -%} diff --git a/_includes/mathjax.html b/_includes/mathjax.html new file mode 100644 index 0000000..9daa00d --- /dev/null +++ b/_includes/mathjax.html @@ -0,0 +1,16 @@ +{%- if page.layout == "post" -%} + + + +{%- endif -%}