mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-04-02 16:44:56 +02:00
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.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{# Share Widget #}
|
||||
<is-land on:visible>
|
||||
<div class="widget">
|
||||
<h3 class="widget-title">Share</h3>
|
||||
<div class="flex gap-2">
|
||||
@@ -22,3 +23,4 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</is-land>
|
||||
|
||||
Reference in New Issue
Block a user