Rework design of posts feed
This commit is contained in:
parent
bccc571d85
commit
ac4bcf421f
@ -43,7 +43,7 @@
|
||||
// Produce a list item
|
||||
$post = str_replace($extensions, "", $post);
|
||||
$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>
|
||||
|
Loading…
Reference in New Issue
Block a user