Files
blog-eleventy-indiekit/_includes/components/widgets/author-card.njk
Ricardo 1bf6f9358a feat: wrap all widgets and comments in is-land on:visible
Add <is-land on:visible> lazy-loading wrapper to every widget template
and the comments section for consistent deferred rendering. Widgets
that already had it (social-activity, github-repos, blogroll, feedland,
webmentions) are unchanged. Also wraps inline search and custom-html
widgets in all sidebar container files.
2026-02-22 00:31:01 +01:00

7 lines
167 B
Plaintext

{# Author Card Widget - includes the canonical h-card component #}
<is-land on:visible>
<div class="widget">
{% include "components/h-card.njk" %}
</div>
</is-land>