This commit is contained in:
daru
2022-04-15 01:26:18 +02:00
parent 9dfe6424c8
commit ea49d83475
6 changed files with 160 additions and 45 deletions

View File

@@ -31,7 +31,7 @@ body { background-color: #1a1a1a; color: #fff; }
{% for _, anime := range season.Data %}
<tr>
<td><strong>{%s anime.Title %}</strong></td>
<td>{%d anime.MalID %}</td>
<td>{%dl anime.MalID %}</td>
<td>{%s anime.Aired.String %}</td>
</tr>
{% endfor %}