Files
liquidjs/docs/themes/navy/layout/index.swig
T
Yang JunandCursor ff52a00ac4 docs(readme): playground GIF, used-by grid, and docs homepage sync
Add data/used-by.json with build:used-by for README and docs homepage, playground demo capture, and shared home-section layout. Used by lists products with site logos; Financial Support keeps org and individual sponsors.

Co-authored-by: Cursor <[email protected]>
2026-06-22 19:54:46 +08:00

38 lines
1.2 KiB
Plaintext

<header id="banner" class="wrapper">
<div class="inner inner-content">
<h2 id="banner-title">{{ page.subtitle }}</h2>
<div id="banner-share">{{ partial('partial/share') }}</div>
<div id="banner-start">
<code id="banner-start-command">npm install liquidjs</code><a id="banner-start-link" href="./tutorials/setup.html"><i class="icon-arrow-right"></i></a>
</div>
</div>
</header>
<div id="content-wrap">
<div class="wrapper">
<div class="inner inner-content">
{{ page.content }}
</div>
</div>
</div>
{{ partial('partial/home-section', {
wrapId: 'used-by',
variant: 'logos',
title: __('index.used_by.title'),
description: __('index.used_by.description'),
contentPartial: 'used-by'
}) }}
{{ partial('partial/home-section', {
wrapId: 'sponsors',
variant: 'logos',
title: __('index.sponsors.title'),
description: __('index.sponsors.description'),
contentPartial: 'financial-contributors'
}) }}
{{ partial('partial/home-section', {
wrapId: 'contributors',
variant: 'people',
title: __('index.contributors.title'),
description: __('index.contributors.description'),
contentPartial: 'all-contributors'
}) }}