Fixes the blog index

vnext
Paul Schneider 8 years ago
parent 3c9c045f99
commit b735661d76
1 changed files with 1 additions and 3 deletions

@ -39,9 +39,7 @@
<markdown>@item.Title</markdown></a> <markdown>@item.Title</markdown></a>
</td> </td>
<td> <td>
<markdown> <markdown>@((item.Content?.Length > 120) ? item.Content.Substring(0, 120) + " ..." : item.Content)</markdown>
@((item.Content.Length > 120) ? item.Content.Substring(0, 120) + "..." : item.Content.Substring(0, 120))
</markdown>
<span style="font-size:x-small;">(@item.Author.UserName </span>, <span style="font-size:x-small;">(@item.Author.UserName </span>,
<span style="font-size:xx-small;"> <span style="font-size:xx-small;">
posté le @item.DateCreated.ToString("dddd d MMM yyyy à H:mm") posté le @item.DateCreated.ToString("dddd d MMM yyyy à H:mm")

Loading…