refactoring the blog post

This commit is contained in:
Paul Schneider 2026-02-22 19:59:33 +00:00
commit ee1e49fde5
20 changed files with 40 additions and 40 deletions

View file

@ -11,10 +11,10 @@
<hr />
<dl class="dl-horizontal">
<dt>
@Html.DisplayNameFor(model => model.Content)
@Html.DisplayNameFor(model => model.Article)
</dt>
<dd>
@Html.DisplayFor(model => model.Content)
@Html.DisplayFor(model => model.Article)
</dd>
<dt>
@Html.DisplayNameFor(model => model.DateCreated)