This commit is contained in:
Ben Goldsworthy 2023-01-29 13:50:16 -05:00
parent ad769e95d8
commit 9e8626d8ba
21 changed files with 2767 additions and 1523 deletions

View file

@ -44,6 +44,10 @@
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script src="/js/mathjax-config.js"></script>
{{ end }}
{{ if in . "charts" }}
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="js/charts.js"></script>
{{ end }}
{{ end }}
{{ end }}