Explorar o código

Correct error in documentation

Barry Steyn %!s(int64=12) %!d(string=hai) anos
pai
achega
457604623f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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