Changeset 15 for bitstructures/trunk/templates/substructure/base.html
- Timestamp:
- 11/05/07 19:38:53 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
bitstructures/trunk/templates/substructure/base.html
r14 r15 6 6 <head> 7 7 <title>{% block title %}Bitstructures{% endblock %}</title> 8 <link rel="stylesheet" href="{{ MEDIA_URL }}css/bitstructures.css" type="text/css"> 8 <link rel="alternate" type="application/atom+xml" href="/atom.xml"> 9 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/bitstructures.css"> 9 10 </head> 10 11 … … 34 35 the <a href="http://dojotoolkit.org/">Dojo</a> JavaScript toolkit.</p> 35 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> 36 38 </div> 37 39
