From 08f6889a89e338e3d96efb9fb0d7e389e3e3431a Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 3 Nov 2021 17:52:37 +0100 Subject: Fix --- htdocs/public/projects/index.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htdocs/public/projects/index.ejs') diff --git a/htdocs/public/projects/index.ejs b/htdocs/public/projects/index.ejs index e9fb838..e224e0d 100644 --- a/htdocs/public/projects/index.ejs +++ b/htdocs/public/projects/index.ejs @@ -9,7 +9,7 @@

This is the page where all legal documents are posted. All the content is signed using a GPG key, it's very important that you check for the validity of the legal content you see on this website, as it may have been compromised.

-
+
<% for (let project of JSON.parse(fs.readFileSync(serverRoot + "/global/gitea.json").toString()).sort((a, b) => a.update - b.update).reverse()) { %>
"> -- cgit