Blog index:

on regroupe par titre, indifféremment de l'auteur.
This commit is contained in:
Paul Schneider 2017-10-10 22:06:25 +02:00
commit 253f41be74
4 changed files with 17 additions and 15 deletions

View file

@ -27,7 +27,7 @@
<tr class="@trclass">
<td><a asp-action="Details" asp-route-id="@item.Id" class="bloglink">
<img src="@item.Photo" class="smalltofhol"></a>
<img src="@item.Photo" class="smallphoto"></a>
</td>
<td>
<markdown>@((item.Content?.Length > 120) ? item.Content.Substring(0, 122) + " ..." : item.Content)</markdown>