replies button

This commit is contained in:
biglyderv 2025-01-07 22:27:00 -05:00
parent 38075fd0c0
commit 9372f92ba9

View file

@ -86,6 +86,7 @@
</div>
</div>
<pre><?php echo markdown(htmlspecialchars($post['content'])) ?></pre>
<a class="form-button" href="/comment.php?id=<?php echo $post['id']?>">Replies</a>
</div>
<?php }
}