mirror of
https://github.com/safing/web
synced 2025-09-04 20:19: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;">
|
<div class="flex relative pb-2 pt-6 -mt-1" style="min-height: 16px;">
|
||||||
<span style="font-size: 0.8rem;">
|
<span style="font-size: 0.8rem;">
|
||||||
{% if card.link %}
|
{% if card.link %}
|
||||||
#866 opened by <strong>BinaryMuse</strong> to atom/github
|
<a href="{{ card.link.url }}">
|
||||||
|
{{ card.link.text }}
|
||||||
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
<div class="absolute right-0">
|
<div class="absolute right-0">
|
||||||
|
|
Loading…
Add table
Reference in a new issue