diff options
Diffstat (limited to 'htdocs/public/projects')
-rw-r--r-- | htdocs/public/projects/index.ejs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htdocs/public/projects/index.ejs b/htdocs/public/projects/index.ejs index e224e0d..88749f9 100644 --- a/htdocs/public/projects/index.ejs +++ b/htdocs/public/projects/index.ejs @@ -6,8 +6,9 @@ <hr class="rnbwsquare-separator rnbwsquare-outer"> <h1>Projects</h1> -<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> +<p>This is the page where all my active projects are, it is regularly updated from the projects I created on <a + href="https://source.minteck.org" target="_blank">source.minteck.org</a>. For projects I don't maintain + anymore, refer to the <a href="/archive">Archives</a> page.</p> <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()) { %> |