frontpage: Replace short description with tags

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
[sunil: Styling using CSS instead of bootstrap classes]
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Joseph Nuthalapati 2024-12-23 19:28:21 +05:30 committed by Sunil Mohan Adapa
parent e206eb941c
commit ce0008fca1
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -75,8 +75,10 @@
<div class="card-title">
{{ shortcut.name }}
</div>
<div class="card-description">
{{ shortcut.short_description|default:'' }}
<div class="card-tags">
{% for tag in shortcut.app.info.tags|slice:":3" %}
{% trans tag %}{% if not forloop.last %}・{% endif %}
{% endfor %}
</div>
</a>
</div>