fanfic

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f6728de38ad8e986f69927fcc4b460664e5b8aab
parent ed6ca6c0a67b54cc38a8b33506e987efa0176af6
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Sat, 20 Dec 2025 15:16:09 +0900

stop fiding too many txt (#2)


Diffstat:
Mlist.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/list.html b/list.html @@ -94,6 +94,7 @@ // Populate the list with links if (articles.length > 0) { + articles.reverse(); // Display in descending order articles.forEach((article) => { const listItem = document.createElement("li"); const link = document.createElement("a");