1
0
Fork 0
forked from github/pelican

added a missing space

This commit is contained in:
Eric Case 2012-08-21 14:14:10 -07:00
commit be5b5e880d

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::
{% if article.modified %}
Last modified: {{ article.modified}}
Last modified: {{ article.modified }}
{% endif %}
How do I assign custom templates on a per-page basis?