diff --git a/_includes/head_custom.html b/_includes/head_custom.html
index 73f4326..b59852b 100644
--- a/_includes/head_custom.html
+++ b/_includes/head_custom.html
@@ -8,6 +8,9 @@
data.math = data.math.replace(/^% $/, '');
});
});
+ MathJax.Hub.Config({
+ displayAlign: 'left'
+ });