ux: search doesn't open new tab (closes aj)

This commit is contained in:
Matthew Ryan Dillon 2022-01-10 15:17:14 -07:00
parent 4a9e126e04
commit 54495872d8

View file

@ -5,7 +5,7 @@
<tbody>
{% for link in links %}
<tr>
<td><a href="{{ link.url }}" target="_blank">{{ link.url }}</a></td>
<td><a href="{{ link.url }}">{{ link.url }}</a></td>
<td class="fit"><code>{{ link.slug }}</code></td>
</tr>
{% empty %}