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">
|
<ul class="link__list">
|
||||||
{% for mention in mentions['link-to'] %}
|
{% for mention in mentions['link-to'] %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ mention.url }}">
|
<a class="no-underline" href="{{ mention.url }}">
|
||||||
{{ mention.name }}
|
{{ mention.name }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Reference in a new issue