FIx missing class
This commit is contained in:
parent
7cb235310a
commit
02de8056b1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue