From 36357f9da6a9c4456cfb2c5d8a13b1b98c70c64d Mon Sep 17 00:00:00 2001 From: Yang Jun Date: Tue, 23 Jun 2026 15:03:05 +0800 Subject: [PATCH] docs: shorten homepage banner subtitle Trim docs site banner and short taglines after the em dash; keep full description for meta tags and npm/README. --- docs/_config.yml | 2 +- docs/source/index.pug | 2 +- docs/source/llms.txt | 2 +- docs/source/manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 5557c745b..0b320468e 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,5 +1,5 @@ title: LiquidJS -subtitle: "A simple, expressive, extensible Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support." +subtitle: "A simple, expressive, extensible Liquid template engine for JavaScript" description: "A simple, expressive, extensible Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support." author: Harttle language: en diff --git a/docs/source/index.pug b/docs/source/index.pug index 8b1d1aad6..2e5da46a8 100644 --- a/docs/source/index.pug +++ b/docs/source/index.pug @@ -1,6 +1,6 @@ layout: index description: A simple, expressive, extensible Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support. -subtitle: A simple, expressive, extensible Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support. +subtitle: A simple, expressive, extensible Liquid template engine for JavaScript --- ul#intro-feature-list li.intro-feature-wrap diff --git a/docs/source/llms.txt b/docs/source/llms.txt index a2235a149..b85f97b28 100644 --- a/docs/source/llms.txt +++ b/docs/source/llms.txt @@ -1,6 +1,6 @@ # LiquidJS -> A simple, expressive, extensible Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support. +> A simple, expressive, extensible Liquid template engine for JavaScript ## Tutorials diff --git a/docs/source/manifest.json b/docs/source/manifest.json index e2e94a677..db01ebfd0 100644 --- a/docs/source/manifest.json +++ b/docs/source/manifest.json @@ -1,7 +1,7 @@ { "short_name": "LiquidJS", "name": "LiquidJS", - "description": "A simple, expressive, extensible Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support.", + "description": "A simple, expressive, extensible Liquid template engine for JavaScript", "icons": [ { "src": "/icon/apple-touch-icon-57x57.png",