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 d0dee6b commit 941de68Copy full SHA for 941de68
src/LinkDotNet.Blog.Web/Features/ShowBlogPost/ShowBlogPostPage.razor
@@ -53,6 +53,8 @@ else if (BlogPost is not null)
53
<span class="date"></span>
54
<span class="ms-1">@BlogPost.UpdatedDate.ToShortDateString()</span>
55
</div>
56
+ <span class="read-time"></span>
57
+ <span class="me-2">@BlogPost.ReadingTimeInMinutes minute read</span>
58
@if (BlogPost.Tags is not null && BlogPost.Tags.Any())
59
{
60
<div class="d-flex align-items-center">
0 commit comments