Hi @jakevdp, the inline math on your blog pages no longer seems to be rendering. Updating the MathJax [link](http://docs.mathjax.org/en/latest/configuration.html#loading-mathjax-from-a-cdn) in [base.html](https://github.com/jakevdp/jakevdp.github.io-source/blob/master/theme/templates/base.html) to: ``` <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script> ``` seems to fix the issue.
Hi @jakevdp, the inline math on your blog pages no longer seems to be rendering. Updating the MathJax link in base.html to:
seems to fix the issue.