[backend/razor] Fix typo
This commit is contained in:
parent
ac4add63bb
commit
371612d6ac
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ else
|
|||
<meta name="og:title" content="@@@Model.User.Username">
|
||||
@if (Model.User.UserProfile?.Description is { } bio)
|
||||
{
|
||||
<meta name="og:description" content="@bio)">
|
||||
<meta name="og:description" content="@bio">
|
||||
}
|
||||
<meta name="og:image" content="@(Model.User.AvatarUrl ?? $"/identicon/{Model.User.Id}")">
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue