Преглед на файлове

Correct error in documentation

Barry Steyn преди 12 години
родител
ревизия
457604623f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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