aboutsummaryrefslogtreecommitdiff
path: root/htdocs/public/projects
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/public/projects')
-rw-r--r--htdocs/public/projects/index.ejs2
1 files changed, 1 insertions, 1 deletions
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 @@
<p>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.</p>
-<div class="grid-3">
+<div class="grid-3 projects">
<% for (let project of JSON.parse(fs.readFileSync(serverRoot + "/global/gitea.json").toString()).sort((a, b) => a.update - b.update).reverse()) { %>
<div class="project">
<img class="project-icon" src="<%- project.icon ?? "/assets/icons/project.svg" %>">