From b028da9fea70c65ccd52d1d478859739027d756a Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Tue, 27 Jul 2021 04:47:58 +0200 Subject: Commmmmmit --- includes/blog/list.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/blog/list.php') diff --git a/includes/blog/list.php b/includes/blog/list.php index 5166966..ba859a2 100644 --- a/includes/blog/list.php +++ b/includes/blog/list.php @@ -3,6 +3,7 @@ $articles = scandir($_SERVER['DOCUMENT_ROOT'] . "/includes/blog/data"); $i = 1; + $articles = array_reverse($articles); foreach ($articles as $article): ?> -- cgit