diff --git a/common/php/article.php b/common/php/article.php index b2f3fdd..050fb85 100644 --- a/common/php/article.php +++ b/common/php/article.php @@ -31,9 +31,6 @@ echo "
\n" . read_md($byline_path) ."
\n"; - } else { - echo "

No byline

"; - echo "

$byline_path

"; } fclose($author_name_raw); }