mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Add support for links
This commit is contained in:
parent
21dfad4fcd
commit
7c55c8dd78
1 changed files with 3 additions and 1 deletions
|
@ -61,7 +61,9 @@
|
|||
<div class="flex relative pb-2 pt-6 -mt-1" style="min-height: 16px;">
|
||||
<span style="font-size: 0.8rem;">
|
||||
{% if card.link %}
|
||||
#866 opened by <strong>BinaryMuse</strong> to atom/github
|
||||
<a href="{{ card.link.url }}">
|
||||
{{ card.link.text }}
|
||||
</a>
|
||||
{% endif %}
|
||||
</span>
|
||||
<div class="absolute right-0">
|
||||
|
|
Loading…
Add table
Reference in a new issue