A link to my tracks at stuff page was broken due to missing `files_site`.

This commit is contained in:
Alexander Andreev 2021-12-30 03:29:45 +04:00
parent ef54d0dde7
commit be7c7e0584
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
2 changed files with 3 additions and 2 deletions

View File

@ -61,7 +61,8 @@ function setRoutes() {
await ctx.render('stuff', {
title: "/ Stuff",
description: "Here I share my programs, scripts, articles, may be other stuff.",
git_site: util.getServiceByHost(ctx.request.host, "git")
git_site: util.getServiceByHost(ctx.request.host, "git"),
files_site: util.getServiceByHost(ctx.request.host, "files")
})
})
.get('/mindflow', async ctx => {

View File

@ -1,7 +1,7 @@
{
"name": "arav-dwelling",
"description": "Arav's dwelling",
"version": "21.50.0",
"version": "21.52.0",
"author": "Alexander \"Arav\" Andreev <me@arav.top> (https://arav.top)",
"license": "GPLv3",
"homepage": "https://git.arav.top/Arav/Dwelling",