add clickable links support for software info

This commit is contained in:
ghost 2023-11-19 19:25:27 +02:00
parent 2afaf2f618
commit 110976c619

View File

@ -248,7 +248,7 @@
{{ 'Software' | trans }} {{ 'Software' | trans }}
</td> </td>
<td> <td>
{{ file.software }} {{ file.software | url_to_markdown | markdown_to_html }}
</td> </td>
</tr> </tr>
{% endif %} {% endif %}