Merge upstream master #4

Merged
manfromhuh merged 10 commits from 20xd6/simple_blog:master into master 2022-07-27 13:02:23 -04:00
Showing only changes of commit 88b08fd1fc - Show all commits

View File

@ -36,8 +36,6 @@
echo "<p>$byline_path</p>";
}
fclose($author_name_raw);
}else {
echo "<h2>No author</h2>";
}
if ($tag_data != NULL){
$page_tags = str_getcsv($tag_data);