Skip to content

Commit

Permalink
Readded draft qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Apr 26, 2023
1 parent dae5adb commit 8bef6a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
<li class="schedule">Scheduled</li>
}
else
else if (!BlogPost.IsPublished)
{
<li class="draft">Draft</li>
}
Expand Down

0 comments on commit 8bef6a1

Please sign in to comment.