diff --git a/backend.php b/backend.php index a3460c4f..8ddb391a 100644 --- a/backend.php +++ b/backend.php @@ -230,14 +230,23 @@ $feed_icon = " "; } + if ($line["comments"] && $line["link"] != $line["comments"]) { + $entry_comments = "(Comments)"; + } else { + $entry_comments = ""; + } + print "
Title: | " . $line["title"] . " |
Link: | -" . $line["link"] . " | + ".$line["link"]." + $entry_comments | "; print "