Blog index:
on regroupe par titre, indifféremment de l'auteur.
This commit is contained in:
parent
48f50f8a26
commit
253f41be74
4 changed files with 17 additions and 15 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue