Add basic scaffolding for site.
This commit is contained in:
3
themes/mainroad/layouts/partials/mathjax.html
Normal file
3
themes/mainroad/layouts/partials/mathjax.html
Normal file
@ -0,0 +1,3 @@
|
||||
{{ if and .IsPage (eq (.Param "mathjax") true) }}
|
||||
<script src="{{ .Param "mathjaxPath" | default "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" }}{{ with .Param "mathjaxConfig" | default "TeX-AMS-MML_HTMLorMML" }}?config={{ . }}{{ end }}" async></script>
|
||||
{{ end }}
|
Reference in New Issue
Block a user