Changed raw URL link in post to a hyperlinked article title

This commit is contained in:
Brian O'Donnell
2015-04-20 09:09:01 -04:00
parent 1c3faff94b
commit 2302664538
+1 -1
View File
@@ -99,7 +99,7 @@ sub publish_feed {
}
foreach my $update ( @updates ){
my $content = "$update->{'link'}\n$update->{'hashtags'}";
my $content = '[' . $update->{'title'} . '](' . $update->{'link'} . ")\n$update->{'hashtags'}";
print "Publishing $feed_id\t$update->{'guid'}\n";