ignore hidden h-card img
This commit is contained in:
parent
a35bd273d6
commit
8c9f27d7ab
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ schema: blog
|
||||||
<a class="u-url" href="{{ page.url | url | absoluteUrl(meta.url) }}">{{ title }}</a>
|
<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>
|
<a class="p-name u-url" rel="author" href="{{ meta.url }}">{{ meta.author.name }}</a>
|
||||||
<img
|
<img
|
||||||
|
eleventy:ignore
|
||||||
class="u-author h-card"
|
class="u-author h-card"
|
||||||
src="{{ meta.author.avatar | url | absoluteUrl(meta.url) }}"
|
src="{{ meta.author.avatar | url | absoluteUrl(meta.url) }}"
|
||||||
alt="{{ meta.author.name }}"
|
alt="{{ meta.author.name }}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue