Remove MathJax support.

master
Nick Sergeant 2015-08-16 21:01:14 -04:00
parent edf0aa77e4
commit 3e20729076
4 changed files with 3 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@ -967,12 +967,6 @@ article.snipt {
margin: 20px 0 !important;
width: 100%;
}
div.MathJax_Display {
display: inline-block;
margin: 0;
text-align: left !important;
width: auto;
}
}
}
section.emacs, section.default {

View File

@ -41,15 +41,13 @@
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/highlightjs-themes/tomorrow.css" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/blog-themes/default/style.css" />
{% else %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?114" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?115" />
{% endif %}
{% if has_snipts and not detail %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ request.path }}?rss{% if not public %}&amp;api_key={{ request.user.api_key.key }}{% endif %}" />
{% endif %}
<script type="text/javascript" src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="author" href="/humans.txt" />
{% block css %}{% endblock %}

View File

@ -15,5 +15,5 @@ Location: Rochester, NY
/* SITE */
Standards: CSS3, HTML5
Components: Backbone.js, Twitter Bootstrap, jQuery, Underscore.js, MathJax
Components: Backbone.js, Twitter Bootstrap, jQuery, Underscore.js
Software: Django