aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2020-02-12 12:17:09 -0700
committerKenny Ballou <kballou@devnulllabs.io>2020-02-12 12:55:51 -0700
commit8786a63a6eabd323dcd7ad6217455f0652827e0d (patch)
tree06ee6a50af192c9639792952d0963e637295da39 /templates
parentc7ed7dc810fa7fce114240a60d705d786ceb7f1d (diff)
downloadblog.kennyballou.com-8786a63a6eabd323dcd7ad6217455f0652827e0d.tar.gz
blog.kennyballou.com-8786a63a6eabd323dcd7ad6217455f0652827e0d.tar.xz
use katex instead of mathjax for math typesetting
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'templates')
-rw-r--r--templates/html_header.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/html_header.html b/templates/html_header.html
index 12ca715..7ea5fde 100644
--- a/templates/html_header.html
+++ b/templates/html_header.html
@@ -13,10 +13,10 @@
<link href="/index.xml" rel="alternate" type="application/rss+xml"
title="~kb/blog" />
- <script type="text/javascript" async
- src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML"></script>
-
<link rel="stylesheet" href="/css/site.css" />
+ <link rel="stylesheet" href="/css/katex.css" />
<link rel="stylesheet" href="/css/fa-all.css" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+ <script defer type="text/javascript" src="/js/katex.js"></script>
+ <script defer type="text/javascript" src="js/katex-render.js"></script>
</head>