FIx missing class

This commit is contained in:
Robert Marshall 2020-03-15 09:09:33 +00:00
parent 7cb235310a
commit 02de8056b1

View file

@ -5,7 +5,7 @@
} }
@foreach (var post in Model.Posts) { @foreach (var post in Model.Posts) {
<article> <article class="blog-post">
<h2><a href="/blog/view/@post.Url">@post.Title</a></h2> <h2><a href="/blog/view/@post.Url">@post.Title</a></h2>
@Html.Raw(post.ContentHtml) @Html.Raw(post.ContentHtml)
<small>Posted on @post.Timestamp</small> <small>Posted on @post.Timestamp</small>