Merge pull request #470 from case/patch-1

added a missing space
This commit is contained in:
Justin Mayer 2012-08-21 14:25:31 -07:00
commit 8ecebc9310

View file

@ -76,7 +76,7 @@ include the following at the top of the article::
That meta-data can then be accessed in the template:: That meta-data can then be accessed in the template::
{% if article.modified %} {% if article.modified %}
Last modified: {{ article.modified}} Last modified: {{ article.modified }}
{% endif %} {% endif %}
How do I assign custom templates on a per-page basis? How do I assign custom templates on a per-page basis?