We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603b2a5 commit 5a5db26Copy full SHA for 5a5db26
src/LinkDotNet.Blog.Web/Features/SupportMe/SupportMePage.razor
@@ -8,8 +8,8 @@
8
@if (SupportConfiguration.Value.ShowSupportMePage)
9
{
10
<OgData Title="@("Support Me - " + ProfileInformation.Value.Name)"
11
- Description="@("Support Me," + ProfileInformation.Value.Name)"
12
- Keywords="@ProfileInformation.Value.Name"
+ Description="@("Support Me - " + ProfileInformation.Value.Name)"
+ Keywords="@($"Donation,Support,{ProfileInformation.Value.Name})")"
13
AbsolutePreviewImageUrl="@ImageUrl"></OgData>
14
15
<div class="container">
0 commit comments