Update index.php

This commit is contained in:
2025-11-26 17:22:57 +00:00
parent dac8e36910
commit 484c19cf44

View File

@@ -698,11 +698,9 @@ try {
<?php echo nl2br(htmlspecialchars($post['body'])); ?> <?php echo nl2br(htmlspecialchars($post['body'])); ?>
</div> </div>
<footer class="mk-post-footer"> <footer class="mk-post-footer">
<span class="mk-pill">Log Entry</span> <span class="mk-pill">Entry</span>
<div class="mk-post-actions"> <div class="mk-post-actions">
<!-- These could later link to a dedicated post page or admin tools --> <!-- These could later link to a dedicated post page or admin tools -->
<button type="button">View Details</button>
<button type="button">Pin</button>
</div> </div>
</footer> </footer>
</div> </div>