Correct error in documentation

This commit is contained in:
Barry Steyn
2013-05-09 21:24:54 -04:00
parent 86c0725f24
commit 457604623f

View File

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