Added my last name for author fields in RSS.
This commit is contained in:
parent
3b5c08936d
commit
d15ed2ef97
@ -50,7 +50,7 @@ function setRoutes(router) {
|
|||||||
doctype: 'xml',
|
doctype: 'xml',
|
||||||
protocol: ctx.protocol,
|
protocol: ctx.protocol,
|
||||||
host: ctx.header.host,
|
host: ctx.header.host,
|
||||||
author: "me@arav.top (Alexander \"Arav\")",
|
author: "me@arav.top (Alexander \"Arav\" Andreev)",
|
||||||
items: await mindflow.getPostsForRSS()
|
items: await mindflow.getPostsForRSS()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user