diff --git a/README.md b/README.md index 080539d..5cf3887 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ summary: "A search engine overview and Rust implementation." toc: true readTime: true autonumber: true +math: true --- Your content... diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 524af7f..e5ac09e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,9 +4,6 @@
{{ partial "head.html" . }} - {{ if .Param "math" }} - {{ partialCached "math.html" . }} - {{ end }} {{ $theme := "auto"}} @@ -28,7 +25,7 @@