Procházet zdrojové kódy

Correct error in documentation

Barry Steyn před 12 roky
rodič
revize
457604623f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      latex/Readme.md

+ 1 - 1
latex/Readme.md

@@ -31,7 +31,7 @@ between the `<head>` parameters (for the NotMyIdea template, this file is base.h
         {{ article.latex }}
     {% endif %}
     {% if page and page.latex %}
-        {{ article.latex }}
+        {{ page.latex }}
     {% endif %}
 
 Usage