husk.org. a website by Paul Mison.

[% FOREACH date IN entries.keys.sort.reverse %]

[% date %]

[% FOREACH source IN sources %] [% NEXT UNLESS entries.$date.$source %]
[% FOREACH entry IN entries.$date.$source %] [% url = entry.link.0.href || entry.link %] [% entry.title %]
[% source %] [% entry.issued.hms %]
[% body = entry.content.body %] [% IF source == "vox" %] [% body = body.replace('(?smi)

.*?

', ''); %] [% body = body.replace('(?smi)

', '

'); %] [%# body = body.subst('(?smi)', ''); %] [% END %]
[% body %]
[% END %]
[% END %]
[% END %]

sources

elsewhere

otherwise

images

[% FOREACH photo IN flickr %] [% desc = photo.entry.description; %] [% matches = desc.match('width="(\d+)" height="(\d+)"'); %] [% width = matches.0; height = matches.1; %]
[% desc = desc.replace('

.* posted a photo:

', ''); %] [% desc = desc.replace('(?msi)

.*', '

'); %] [% desc %] [% LAST IF loop.count > 10 %]
[% END %]

more from flickr