fix: links edge case
This commit is contained in:
parent
f11220c89a
commit
0aeaf7a2de
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ image: /assets/img/ogi/links.jpg
|
||||||
<h2 class="flex--centered" data-pagefind-meta="title">{{ link.title }}</h2>
|
<h2 class="flex--centered" data-pagefind-meta="title">{{ link.title }}</h2>
|
||||||
</a>
|
</a>
|
||||||
<div class="flex--centered meta">
|
<div class="flex--centered meta">
|
||||||
{%- if link.author %}
|
{%- if link.author and link.author != 'undefined' %}
|
||||||
<span rel="author">
|
<span rel="author">
|
||||||
{{ link.author }} •
|
{{ link.author }} •
|
||||||
</span>
|
</span>
|
||||||
|
|
Reference in a new issue