fix: 💄 revert error introduced by linter
This commit is contained in:
parent
17d0a9f9c0
commit
ba8dea747e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{% macro postmeta(params) %}
|
{% macro postmeta(params) %}
|
||||||
<ul
|
<ul
|
||||||
class="{% if params.center %} {% else %} {% endif %} flex flex-wrap items-center justify-start justify-center gap-4 text-sm *:inline-flex *:items-center *:gap-1 *:*:stroke-sky-600 md:text-base xl:text-lg 2xl:text-xl"
|
class="flex flex-wrap items-center {% if params.center %} justify-center {% else %} justify-start {% endif %} gap-4 text-sm *:inline-flex *:items-center *:gap-1 *:*:stroke-sky-600 md:text-base xl:text-lg 2xl:text-xl"
|
||||||
role="group"
|
role="group"
|
||||||
aria-label="Published on {{ params.date | readableDate }}, written by {{ params.author.name }}, approximate reading time {{ params.content | readingtime }}"
|
aria-label="Published on {{ params.date | readableDate }}, written by {{ params.author.name }}, approximate reading time {{ params.content | readingtime }}"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue