mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 14:00:39 -07:00
- Make the docs English-only by removing all zh-cn content, the language switcher UI, and related JS/config - Rework homepage feature cards (Safe & Typed, Pure JavaScript, Shopify & Jekyll, Streaming) and refresh section colors/layout - Replace buttons.github.io with custom Star/Sponsor buttons featuring a live star count and dark-mode support - Drop the buttons.js script and tidy banner, header, footer, and share partials Co-authored-by: Cursor <[email protected]>
43 lines
1.3 KiB
Plaintext
43 lines
1.3 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>
|
|
<div id="contributors-wrap">
|
|
<div class="wrapper">
|
|
<div class="inner inner-content">
|
|
<div class="section-header">
|
|
<h3>{{__('index.contributors.title')}}</h3>
|
|
<p class="description">{{__('index.contributors.description')}}</p>
|
|
</div>
|
|
<div class="contributors">
|
|
{{ partial('partial/all-contributors') }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="sponsors-wrap">
|
|
<div class="wrapper">
|
|
<div class="inner inner-content">
|
|
<div class="section-header">
|
|
<h3>{{__('index.sponsors.title')}}</h3>
|
|
<p class="description">{{__('index.sponsors.description')}}</p>
|
|
</div>
|
|
<div class="contributors">
|
|
{{ partial('partial/financial-contributors') }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|