init info page features

This commit is contained in:
yggverse 2025-08-09 06:45:43 +03:00
parent c5a0684466
commit 2fc9535710
7 changed files with 121 additions and 47 deletions

View file

@ -4,7 +4,7 @@
{% for row in rows %}
<div>
<a name="{{ row.torrent.info_hash }}"></a>
<h2>{{ row.torrent.name }}</h2>
<h2><a href="/{{ row.torrent.info_hash }}">{{ row.torrent.name }}</a></h2>
{% if row.torrent.comment %}<p>{{ row.torrent.comment }}</p>{% endif %}
<div>
<ul>