chore: display consistency
This commit is contained in:
parent
910e03384e
commit
969758cdb3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue