ignore hidden h-card img

This commit is contained in:
madrilene 2025-01-11 16:43:01 +01:00
parent a35bd273d6
commit 8c9f27d7ab

View file

@ -35,6 +35,7 @@ schema: blog
<a class="u-url" href="{{ page.url | url | absoluteUrl(meta.url) }}">{{ title }}</a>
<a class="p-name u-url" rel="author" href="{{ meta.url }}">{{ meta.author.name }}</a>
<img
eleventy:ignore
class="u-author h-card"
src="{{ meta.author.avatar | url | absoluteUrl(meta.url) }}"
alt="{{ meta.author.name }}"