Skip to content

Commit

Permalink
Render mathjax partial with context (#638)
Browse files Browse the repository at this point in the history
Closes #233
  • Loading branch information
stefanv authored Aug 16, 2024
1 parent 6a4a3fb commit 988bcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{ partial "css.html" . -}}

<!-- Add MathJax, if needed -->
{{ partial "mathjax.html" }}
{{ partial "mathjax.html" . }}

<!-- Render custom user header -->
{{ partial "head.html" . -}}
Expand Down

0 comments on commit 988bcb9

Please sign in to comment.