diff options
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 08a2d25..462b2e8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -27,7 +27,11 @@ <footer> {{ partial "footer.html" . }} </footer> - + + {{ if .Param "math" }} + {{ partialCached "math.html" . }} + {{ end }} + </body> <script> |