Add untracked files

This commit is contained in:
2024-12-06 16:44:49 -05:00
parent 913e60acc9
commit 9a4541c9c7
38 changed files with 11567 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{%- if site.just-comments -%}
<div class="just-comments" data-apikey="{{site.just-comments}}"></div>
<script async src="https://just-comments.com/w2.js"></script>
{%- endif -%}

View File

@@ -0,0 +1,12 @@
{% if page.mathjax %}
<script type="text/javascript">
MathJax = {
options: {
skipHtmlTags: [
'script', 'noscript', 'style', 'textarea', 'pre', 'code'
]
}
};
</script>
<script type="text/javascript" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
{% endif %}