A link to my tracks at stuff page was broken due to missing files_site
.
This commit is contained in:
parent
ef54d0dde7
commit
be7c7e0584
@ -61,7 +61,8 @@ function setRoutes() {
|
|||||||
await ctx.render('stuff', {
|
await ctx.render('stuff', {
|
||||||
title: "/ Stuff",
|
title: "/ Stuff",
|
||||||
description: "Here I share my programs, scripts, articles, may be other 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 => {
|
.get('/mindflow', async ctx => {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "arav-dwelling",
|
"name": "arav-dwelling",
|
||||||
"description": "Arav's dwelling",
|
"description": "Arav's dwelling",
|
||||||
"version": "21.50.0",
|
"version": "21.52.0",
|
||||||
"author": "Alexander \"Arav\" Andreev <me@arav.top> (https://arav.top)",
|
"author": "Alexander \"Arav\" Andreev <me@arav.top> (https://arav.top)",
|
||||||
"license": "GPLv3",
|
"license": "GPLv3",
|
||||||
"homepage": "https://git.arav.top/Arav/Dwelling",
|
"homepage": "https://git.arav.top/Arav/Dwelling",
|
||||||
|
Loading…
Reference in New Issue
Block a user