Fixes the blog index
This commit is contained in:
parent
49f5c1ab0a
commit
3e4cc17256
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…
Add table
Add a link
Reference in a new issue