Rework design of posts feed

This commit is contained in:
Salt 2020-08-16 12:39:03 -05:00
parent bccc571d85
commit ac4bcf421f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
// Produce a list item // Produce a list item
$post = str_replace($extensions, "", $post); $post = str_replace($extensions, "", $post);
$title = str_replace("9iron - ", "", $title); $title = str_replace("9iron - ", "", $title);
echo "<dt>$post:</dt><dd><a href=\"$posturl\">$title</a><br />$summary<br /></dd>"; echo "<a href=\"$posturl\"><div class=\"subcontainer\"><h3>$post: $title</h3><p>$summary</p></div></a>";
} }
?> ?>
</dl> </dl>