fix: links edge case

This commit is contained in:
Cory Dransfeldt 2024-01-19 14:22:13 -10:00
parent f11220c89a
commit 0aeaf7a2de

View file

@ -13,7 +13,7 @@ image: /assets/img/ogi/links.jpg
<h2 class="flex--centered" data-pagefind-meta="title">{{ link.title }}</h2>
</a>
<div class="flex--centered meta">
{%- if link.author %}
{%- if link.author and link.author != 'undefined' %}
<span rel="author">
{{ link.author }} •
</span>