forked from github/pelican
The modified attribute no longer has a default value.
This allows for templates using {% if article.modified %}
instead of {% if article.modified != article.published %} .
This commit is contained in:
parent
3b0823f5e6
commit
bd9d1b9539
54 changed files with 115 additions and 251 deletions
|
|
@ -42,8 +42,8 @@
|
|||
Published: Thu 02 December 2010
|
||||
</abbr>
|
||||
<br />
|
||||
<abbr class="modified" title="2012-03-02T14:01:01">
|
||||
Updated: Fri 02 March 2012
|
||||
<abbr class="modified" title="2013-11-17T23:29:00">
|
||||
Updated: Sun 17 November 2013
|
||||
</abbr>
|
||||
|
||||
<address class="vcard author">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue