summaryrefslogtreecommitdiff
path: root/htdocs/public/projects/index.ejs
diff options
context:
space:
mode:
authorMinteck <minteck@phoenixnet.tech>2021-11-03 17:52:37 +0100
committerMinteck <minteck@phoenixnet.tech>2021-11-03 17:52:37 +0100
commit08f6889a89e338e3d96efb9fb0d7e389e3e3431a (patch)
treef71e22c5b876f60077ced2477baf5b4835b85f35 /htdocs/public/projects/index.ejs
parent49602a22a57ac892ef30019b67133e73756a78c8 (diff)
downloadrainbow-08f6889a89e338e3d96efb9fb0d7e389e3e3431a.tar.gz
rainbow-08f6889a89e338e3d96efb9fb0d7e389e3e3431a.tar.bz2
rainbow-08f6889a89e338e3d96efb9fb0d7e389e3e3431a.zip
Fix
Diffstat (limited to 'htdocs/public/projects/index.ejs')
-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" %>">