Skip to content

Commit

Permalink
Added meta tag for archive
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed May 20, 2023
1 parent 8b5ba8c commit 363f87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LinkDotNet.Blog.Web/Features/Archive/ArchivePage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@using System.Collections.Immutable
@inject IRepository<BlogPost> Repository

<OgData Title="Archive"></OgData>
<OgData Title="Archive" Description="Explore all blog posts."></OgData>

<div class="ps-2">
<h3 class="pb-3">Archive (@blogPostCount posts)</h3>
Expand Down

0 comments on commit 363f87d

Please sign in to comment.