Changeset 429
- Timestamp:
- 03/31/06 21:24:06
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/assets/plugins/publish-planet/default/template/index.tt
r315 r429 4 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 5 <head> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 7 <link rel="alternate" type="application/atom+xml" title="Atom: [% feed.title %]" href="smartfeed_all.atom" /> 7 8 <link rel="alternate" type="application/rss+xml" title="RSS: [% feed.title %]" href="smartfeed_all.rss" /> … … 34 35 <a class="entry-source-link" href="[% entry.source.link | html %]">[% entry.source.title | html %]</a>: 35 36 [% END %] 36 <a class="entry-link" href="[% (entry. link || entry.id) | html %]">[% entry.title | html %]</a>37 <a class="entry-link" href="[% (entry.permalink || entry.id) | html %]">[% entry.title | html %]</a> 37 38 </div> 38 39 [% IF entry.author %]
