mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-04-02 16:44:56 +02:00
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.
7 lines
167 B
Plaintext
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>
|