chore: link consistency

This commit is contained in:
Cory Dransfeldt 2024-03-04 10:24:23 -08:00
parent 3869f4fa35
commit 3c9c10f8f9
No known key found for this signature in database
15 changed files with 25 additions and 33 deletions

View file

@ -13,7 +13,7 @@ image: /assets/img/ogi/links.jpg
<ul class="link__list">
{% for link in pagination.items %}
<li>
<a class="no-underline" href="{{ link.url }}">{{ link.title }}</a>
<a href="{{ link.url }}">{{ link.title }}</a>
{% if link.author and link.author != 'undefined' %}by {{ link.author }}{% endif %}
</li>
{% endfor %}