chore: display consistency

This commit is contained in:
Cory Dransfeldt 2024-01-14 20:19:50 -08:00
parent 910e03384e
commit 969758cdb3

View file

@ -3,7 +3,7 @@
<ul class="link__list">
{% for mention in mentions['link-to'] %}
<li>
<a href="{{ mention.url }}">
<a class="no-underline" href="{{ mention.url }}">
{{ mention.name }}
</a>
</li>