fix: remove flex
This commit is contained in:
parent
29c64e2daf
commit
6d4e858161
1 changed files with 1 additions and 1 deletions
|
@ -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 }} •
|
||||
|
|
Reference in a new issue