Added my last name for author fields in RSS.

This commit is contained in:
Alexander Andreev 2021-02-20 22:54:10 +04:00
parent 3b5c08936d
commit d15ed2ef97
Signed by: Arav
GPG Key ID: 610DF2574456329F
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ function setRoutes(router) {
doctype: 'xml',
protocol: ctx.protocol,
host: ctx.header.host,
author: "me@arav.top (Alexander \"Arav\")",
author: "me@arav.top (Alexander \"Arav\" Andreev)",
items: await mindflow.getPostsForRSS()
})
})