Show
Ignore:
Timestamp:
11/05/07 20:19:00 (13 months ago)
Author:
simon
Message:

Added a published element to the Atom entries.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bitstructures/trunk/templates/substructure/atom_entry.xml

    r15 r17  
    55<id>http://{{ site_domain }}{{ entry.get_absolute_url }}</id> 
    66<link href="http://{{ site_domain }}{{ entry.get_absolute_url }}"/> 
     7<published>{{ entry.date_published|rfc3339 }}</published> 
    78<updated>{{ entry.date_published|rfc3339 }}</updated> 
    89<content type="html">{{ entry.text|markdown|escape }}</content>