aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2017-02-24 17:23:01 -0700
committerkballou <kballou@devnulllabs.io>2017-09-02 19:31:45 -0600
commit2d4e4bf6cb32a6afc076a4320bb5c0950163a99b (patch)
tree8dc8c3b298ed4c557ff5262fac5c8f1982d41d48
parentdbcf421d1e4f4122e9b53c3957fcd60ad1edb0fb (diff)
downloadblog.kennyballou.com-2d4e4bf6cb32a6afc076a4320bb5c0950163a99b.tar.gz
blog.kennyballou.com-2d4e4bf6cb32a6afc076a4320bb5c0950163a99b.tar.xz
Add mathjax to headers include
-rw-r--r--layouts/partials/head_includes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index 90d1f49..f4b1948 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -1,3 +1,5 @@
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/site.css" />
<link rel="stylesheet"
href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
+<script type="text/javascript" async
+ src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>