File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
LinkDotNet.Blog.Web/Pages Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
@using LinkDotNet .Blog .Web .Shared .Skills
3
3
@inject AppConfiguration appConfiguration
4
4
@inject AuthenticationStateProvider authenticationStateProvider
5
- @* TODO: Meta Tags About Me - [Name here] *@
5
+ <OgData Title =" @(" About Me - " + appConfiguration.ProfileInformation.Name)"
6
+ Description =" @(" About Me, " + appConfiguration.ProfileInformation.Name)"
7
+ Keywords =" @appConfiguration.ProfileInformation.Name"
8
+ AbsolutePreviewImageUrl =" @appConfiguration.ProfileInformation.ProfilePictureUrl" ></OgData >
6
9
7
10
@if (appConfiguration .IsAboutMeEnabled )
8
11
{
27
30
}
28
31
29
32
@code {
30
-
31
33
private bool isAuthenticated ;
32
34
33
35
protected override async Task OnInitializedAsync ()
38
40
isAuthenticated = userIdentity .IsAuthenticated ;
39
41
}
40
42
}
41
-
42
43
}
You can’t perform that action at this time.
0 commit comments