Update to upstream master #2

Merged
manfromhuh merged 10 commits from 20xd6/simple_blog:master into master 2022-07-15 19:47:37 -04:00
Showing only changes of commit 01de94a893 - Show all commits

View File

@ -28,7 +28,8 @@
?>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<?php//If a tags file is present parse it and add any tags found to the renderd page's metadata.
<?php
//If a tags file is present parse it and add any tags found to the renderd page's metadata.
if(file_exists('tags')){
$tag_data_raw = fopen('tags',"r");
$tag_data = fread($tag_data_raw, filesize('tags'));