]> git.bts.cx Git - cx.git/blobdiff - cx/templates/admin/main.php
Basic draft support
[cx.git] / cx / templates / admin / main.php
index 43f245438f5000a9e3f376dbdd18b60067dcdc47..799db8805b6846c2a547dd9df58ec02f3f0f941d 100644 (file)
@@ -2,7 +2,7 @@
 
 <h2>Posts</h2>
 <ul role="list">
 
 <h2>Posts</h2>
 <ul role="list">
-<?php foreach (cx_posts_get() as $post): ?>
+<?php foreach (cx_posts_get(include_drafts: true) as $post): ?>
 <li><a href="<?= cx_url_admin('/posts/edit?id=' . $post->id); ?>"><?= $post->title ?></a> <a href="<?= cx_url_admin('/posts/delete?id=' . $post->id); ?>">🚮</a></li>
 <?php endforeach; ?>
 </ul>
 <li><a href="<?= cx_url_admin('/posts/edit?id=' . $post->id); ?>"><?= $post->title ?></a> <a href="<?= cx_url_admin('/posts/delete?id=' . $post->id); ?>">🚮</a></li>
 <?php endforeach; ?>
 </ul>