fixup tags, and make public

This commit is contained in:
2025-06-11 06:21:16 +03:00
parent 7a773d3eca
commit 5bf61cc0bb
2 changed files with 7 additions and 3 deletions

View File

@@ -104,9 +104,7 @@
<tr>
<td>Tags</td>
{% for tag in item.tags %}
<div class="chip"> {{ tag }} </div>
{% endfor %}
<td>{% for tag in item.tags %}<div class="chip">{{ tag }}</div>{% endfor %}</td>
</tr>
</tbody>

View File

@@ -38,6 +38,12 @@
<td>Name</td>
<td>{{ item.name }}</td>
</tr>
<tr>
<td>Tags</td>
<td>{% for tag in item.tags %}<div class="chip">{{ tag }}</div>{% endfor %}</td>
</tr>
</tbody>
</table>