Fix up spacing on /np

This commit is contained in:
Laura Hausmann 2022-11-20 17:12:56 +01:00
parent b66cf75f23
commit f8d14d4ca4
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -15,11 +15,11 @@
</ul>
<h3>>> Albums</h3>
<table>
<th>Date</th>
<th style="width:10ch">Date</th>
<th>Artist</th>
<th>Album</th>
<th>Link</th>
@foreach (var album in albums) {
<th style="width: 20ch">Link</th>
@foreach (var album in albums.Take(25)) {
<tr>
<td>@album.DateTime.ToString("yyyy-MM-dd")</td>
<td>@album.Artist</td>