feat: rétroliens dans la sidebar des articles

This commit is contained in:
Cedric Abonnel
2026-05-12 23:20:43 +02:00
parent 0e2a6466a0
commit 4897371e94
5 changed files with 59 additions and 3 deletions
+2
View File
@@ -633,6 +633,8 @@ switch ($action) {
unset($_allPublished);
$backlinks = $articles->getBacklinks($article['slug'] ?? '', $article['uuid']);
include BASE_PATH . '/templates/post_view.php';
break;