Sfoglia il codice sorgente

Remove code related to latex plugin. New version of this plugin does not require any modification in the theme

Talha Mansoor 11 anni fa
parent
commit
3c8da0d285
3 ha cambiato i file con 0 aggiunte e 8 eliminazioni
  1. 0 1
      RELEASE_NOTES.md
  2. 0 6
      templates/_includes/latex.html
  3. 0 1
      templates/base.html

+ 0 - 1
RELEASE_NOTES.md

@@ -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

+ 0 - 6
templates/_includes/latex.html

@@ -1,6 +0,0 @@
-{% if article and article.latex %}
-    {{ article.latex }}
-{% endif %}
-{% if page and page.latex %}
-    {{ page.latex }}
-{% endif %}

+ 0 - 1
templates/base.html

@@ -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 %}