fix: remove flex

This commit is contained in:
Cory Dransfeldt 2024-01-26 07:47:05 -08:00
parent 29c64e2daf
commit 6d4e858161
No known key found for this signature in database

View file

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