Changeset 1033
- Timestamp:
- 07/01/06 05:18:42
- Files:
-
- branches/refactoring-planet/plagger/assets/plugins/Publish-Planet/sixapart-std/template/index.tt (modified) (1 diff)
- branches/refactoring-planet/plagger/t/plugins/Publish-Planet (added)
- branches/refactoring-planet/plagger/t/plugins/Publish-Planet/feed.xml (added)
- branches/refactoring-planet/plagger/t/plugins/Publish-Planet/styles.t (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/refactoring-planet/plagger/assets/plugins/Publish-Planet/sixapart-std/template/index.tt
r919 r1033 7 7 <link rel="alternate" type="application/atom+xml" title="Atom: [% feed.title %]" href="smartfeed_all.atom" /> 8 8 <link rel="alternate" type="application/rss+xml" title="RSS: [% feed.title %]" href="smartfeed_all.rss" /> 9 [% IF style_url %]<link rel="stylesheet" type="text/css" href="[% style_url %]" />[% END %] 9 [% FOREACH style = style_url.list -%] 10 <link rel="stylesheet" type="text/css" href="[% style | html %]" /> 11 [% END %] 10 12 <title>[% feed.title | html %]</title> 11 13 </head>
