Skip to content

Commit 988bcb9

Browse files
authored
Render mathjax partial with context (#638)
Closes #233
1 parent 6a4a3fb commit 988bcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{{ partial "css.html" . -}}
1313

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

1717
<!-- Render custom user header -->
1818
{{ partial "head.html" . -}}

0 commit comments

Comments
 (0)