Skip to content

Commit

Permalink
add link to service feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
robn committed Dec 23, 2015
1 parent 095417a commit c739bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/TownCrier/Handler/Feed.pm
Expand Up @@ -43,6 +43,7 @@ sub service {
create_feed(
format => "RSS",
title => "FastMail Status - ".$service->name,
link => request->uri_base . request->path,
entries => [ map {
my $dt = DateTime::Format::ISO8601->parse_datetime($_->timestamp);
{
Expand Down

0 comments on commit c739bc4

Please sign in to comment.