Skip to content

Commit

Permalink
Add read time to blog post
Browse files Browse the repository at this point in the history
Added read time to top of blog post
  • Loading branch information
digitaldirk authored and linkdotnet committed Nov 20, 2024
1 parent d0dee6b commit 941de68
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ else if (BlogPost is not null)
<span class="date"></span>
<span class="ms-1">@BlogPost.UpdatedDate.ToShortDateString()</span>
</div>
<span class="read-time"></span>
<span class="me-2">@BlogPost.ReadingTimeInMinutes minute read</span>
@if (BlogPost.Tags is not null && BlogPost.Tags.Any())
{
<div class="d-flex align-items-center">
Expand Down

0 comments on commit 941de68

Please sign in to comment.