Fix homepage blog preview
This commit is contained in:
parent
486e9125c9
commit
323f47fc5b
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@
|
|||
<hr />
|
||||
<h2>Latest Blog Post</h2>
|
||||
<h3><a href="/blog/view/@Model.Url">@Model.Title</a></h3>
|
||||
@Html.Raw(Model.Content)
|
||||
@Html.Raw(Model.ContentHtml)
|
||||
<small>Posted on @Model.Timestamp</small>
|
||||
<p><a href="/blog/view/@Model.Url">Read more...</a></p>
|
Loading…
Add table
Add a link
Reference in a new issue