Fix issues #25 and #26 #27

Merged
20xd6 merged 2 commits from issue#26 into master 2022-08-09 14:15:37 -04:00
Showing only changes of commit 470773721a - Show all commits

View File

@ -31,9 +31,6 @@
echo "<div class =\"byline\">\n"
. read_md($byline_path)
."</div><!--End byline div-->\n";
} else {
echo "<h2>No byline</h2>";
echo "<p>$byline_path</p>";
}
fclose($author_name_raw);
}