Sharing: Use author as page title in albums

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-12-13 00:24:00 +01:00
parent 030f4064ec
commit 3e1b7eddc4

View file

@ -21,7 +21,7 @@ export default [
name: "album",
path: "/s/:token/:uid",
component: AlbumPhotos,
meta: {title: $gettext("Albums"), auth: true},
meta: {title: c.siteAuthor, auth: true},
},
{
path: "*", redirect: {name: "albums"},