Fix issue with blog preview when content under 1000 chars.
This commit is contained in:
parent
3a8aedd653
commit
0f64014b30
6 changed files with 38 additions and 10 deletions
|
@ -4,6 +4,6 @@
|
|||
ViewData["Title"] = Model.Title;
|
||||
}
|
||||
|
||||
@Html.Raw(Model.Content)
|
||||
@Html.Raw(Model.ContentHtml)
|
||||
|
||||
<small>Posted on @Model.Timestamp</small>
|
Loading…
Add table
Add a link
Reference in a new issue