Skip to content

Commit

Permalink
Update app.controller.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
katelinlis authored Sep 20, 2021
1 parent fcf65ae commit 0a5d688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class UsersController {
return {
user,
auth,
title: `${user && user.username} - `,
title: `друзья ${user && user.username} - `,
description: `Друзья пользователя ${user.username} ${friendsDesc}`,
keywords: `${user.username}, пользователь, участник, пользователь социальной сети, страница пользователя, страница ${user.username}, ${user.username} в соцсети`,
};
Expand Down

0 comments on commit 0a5d688

Please sign in to comment.