<%= $site->url( $self->links( 'alternate' )->href ) %> <%= $site->title %> <%= $self->date->strftime('%Y-%m-%dT%H:%M:%SZ') %> % if ( $page->author ) { <%= $page->author->name %> % } Statocles % for my $p ( @$pages ) { <%= $site->url( $p->path ) %> <%== $p->title %> % if ( $p->author ) { <%= $p->author %> % } sections; <%= $sections[0] %> % if ( $p->links( 'crosspost' ) ) { % } % elsif ( $p->sections > 1 ) {

Continue reading...

% } % if ( $p->tags ) {

Tags: % for my $tag ( $p->tags ) { <%== $tag->text %> % }

% } ]]>
<%= $p->date->strftime('%Y-%m-%dT%H:%M:%SZ') %> % for my $t ( $p->tags ) { % }
% }