chore: drop shared link underlines

This commit is contained in:
Cory Dransfeldt 2024-01-02 09:42:03 -08:00 committed by GitHub
parent 605529c3f2
commit 22a09f3363
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
<ul>
{% for link in links limit: 5 %}
<li>
<a href="{{link.url}}" title="{{link.title | escape}}">
<a class="no-underline" href="{{link.url}}" title="{{link.title | escape}}">
{{ link.title }}
</a>
</li>