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 22@using LinkDotNet .Blog .Web .Shared .Skills
33@inject AppConfiguration appConfiguration
44@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 >
69
710@if (appConfiguration .IsAboutMeEnabled )
811{
2730}
2831
2932@code {
30-
3133 private bool isAuthenticated ;
3234
3335 protected override async Task OnInitializedAsync ()
3840 isAuthenticated = userIdentity .IsAuthenticated ;
3941 }
4042 }
41-
4243}
You can’t perform that action at this time.
0 commit comments