diff --git a/posts/index.php b/posts/index.php index d99dd5b..0d3f6ef 100644 --- a/posts/index.php +++ b/posts/index.php @@ -43,7 +43,7 @@ // Produce a list item $post = str_replace($extensions, "", $post); $title = str_replace("9iron - ", "", $title); - echo "
$post:
$title
$summary
"; + echo "

$post: $title

$summary

"; } ?>