@@ -50,7 +50,6 @@ Visual Style
Plugins
-------
-* Support for Latex with the help of `latex` plugin
* Related Posts support
* Use `neighbor` plugin to show next and previous articles
* Use `assets` plugin to minify CSS and JS files
@@ -1,6 +0,0 @@
-{% if article and article.latex %}
- {{ article.latex }}
-{% endif %}
-{% if page and page.latex %}
- {{ page.latex }}
@@ -14,7 +14,6 @@
<meta name="author" content="{{ AUTHOR }}" />
<meta name="copyright" content="{{ AUTHOR }}" />
{% endif %}
- {% include '_includes/latex.html' %}
{% from '_includes/_defaults.html' import SITE_DESCRIPTION with context %}
{% if SITE_DESCRIPTION %}