master #7

Merged
manfromhuh merged 6 commits from 20xd6/simple_blog:master into master 2022-12-20 16:15:20 -05: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);
}