summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-11-10 14:27:52 -0800
committerCorey Hulen <corey@hulen.com>2015-11-10 14:27:52 -0800
commit6272f0f0252edcf86139d656ce13d3e3189da19e (patch)
tree44712210cd9b13f2b5f81545e7e5317921f04baa /web/templates/head.html
parent31387be90b9b7e4b7e6a55d05af3d858bef6680a (diff)
parente3f3f4b10505cb4d506192837d95665ffc982513 (diff)
downloadchat-6272f0f0252edcf86139d656ce13d3e3189da19e.tar.gz
chat-6272f0f0252edcf86139d656ce13d3e3189da19e.tar.bz2
chat-6272f0f0252edcf86139d656ce13d3e3189da19e.zip
Merge pull request #1351 from florianorben/latex-support
Add latex support
Diffstat (limited to 'web/templates/head.html')
-rw-r--r--web/templates/head.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index 2bbf921ee..30a83c4f2 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -24,6 +24,7 @@
<link rel="stylesheet" href="/static/css/bootstrap-colorpicker.min.css">
<link rel="stylesheet" href="/static/css/styles.css">
<link rel="stylesheet" href="/static/css/google-fonts.css">
+ <link rel="stylesheet" href="/static/css/katex.min.css">
<link rel="stylesheet" class="code_theme" href="">
<link id="favicon" rel="icon" href="/static/images/favicon.ico" type="image/x-icon">
@@ -38,6 +39,7 @@
<script src="/static/js/perfect-scrollbar-0.6.7.jquery.min.js"></script>
<script src="/static/js/jquery-dragster/jquery.dragster.js"></script>
<script src="/static/js/babel-es6-polyfill.min.js"></script>
+ <script src="/static/js/katex.min.js"></script>
<style id="antiClickjack">body{display:none !important;}</style>