diff --git a/README.md b/README.md
index 38da9a4..b559747 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,14 @@ hidden = true
+++
```
+### Enable KaTeX for this post
+Enable KaTeX for a specific post without enabling the global switch.
+```
++++
+katex = true
++++
+```
+
## Contributing
1. Fork it!
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index ac3795a..475b6f6 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -12,7 +12,7 @@
- {{ if .Site.Params.Katex }}
+ {{ if $.Param "katex" }}