diff options
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/baseof.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4a2a490..c6a64e5 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -21,9 +21,6 @@ </main> {{ partial "footer.html" . }} - {{ if or .Params.math .Site.Params.math }} - {{ partial "math.html" . }} - {{ end }} {{ partial "scripts-end.html" . }} </body> |