Changeset 17
- Timestamp:
- 11/05/07 20:19:00 (11 months ago)
- Location:
- bitstructures/trunk/templates/substructure
- Files:
-
- 2 modified
-
atom_entry.xml (modified) (1 diff)
-
base.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bitstructures/trunk/templates/substructure/atom_entry.xml
r15 r17 5 5 <id>http://{{ site_domain }}{{ entry.get_absolute_url }}</id> 6 6 <link href="http://{{ site_domain }}{{ entry.get_absolute_url }}"/> 7 <published>{{ entry.date_published|rfc3339 }}</published> 7 8 <updated>{{ entry.date_published|rfc3339 }}</updated> 8 9 <content type="html">{{ entry.text|markdown|escape }}</content> -
bitstructures/trunk/templates/substructure/base.html
r15 r17 35 35 the <a href="http://dojotoolkit.org/">Dojo</a> JavaScript toolkit.</p> 36 36 <p><a href="http://del.icio.us/simonbates">del.icio.us/simonbates</a></p> 37 <p><a class="subscribe" href="/atom.xml"> Subscribe <img src="{{ MEDIA_URL }}images/feed-icon-14x14.png" alt="Subscribe"></a></p>37 <p><a class="subscribe" href="/atom.xml"><img src="{{ MEDIA_URL }}images/feed-icon-14x14.png" alt="Subscribe"> Subscribe</a></p> 38 38 </div> 39 39
