diff --git a/docs/_layouts/mathjax.html b/docs/_layouts/mathjax.html
new file mode 100644
index 00000000..390c6e04
--- /dev/null
+++ b/docs/_layouts/mathjax.html
@@ -0,0 +1,28 @@
+---
+layout: default
+---
+
+{{ content }}
+
+
+
+
+
diff --git a/docs/math-support.md b/docs/math-support.md
index e10bead7..2f2a298a 100644
--- a/docs/math-support.md
+++ b/docs/math-support.md
@@ -1,3 +1,7 @@
+---
+layout: mathjax
+---
+
# Math Support
The published pages don't support math formulas by default. To enable this feature, you can add the following code snippet to the end of `_layouts/page.html`: