Added "posted by" tag to post content

This commit is contained in:
rev138
2015-04-17 14:39:01 -04:00
parent e77ea1c693
commit bba3e7c868
+1
View File
@@ -364,6 +364,7 @@ sub format_content {
my ( $content ) = @_;
$content =~ s/\n/\n\n/g;
$content .= "\n\nposted by [pod_feeder](https://github.com/rev138/pod_feeder)";
return $content;
}