From e6b5587f49477435959757f97ba488b2e00e6918 Mon Sep 17 00:00:00 2001 From: Yang Jun Date: Tue, 23 Jun 2026 15:07:46 +0800 Subject: [PATCH] docs: dedupe homepage subtitle and description into _config.yml Remove redundant front matter from index.pug; theme falls back to site config for banner and meta tags. Co-authored-by: Cursor --- docs/source/index.pug | 2 -- docs/themes/navy/layout/index.swig | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/index.pug b/docs/source/index.pug index 2e5da46a8..3856e4585 100644 --- a/docs/source/index.pug +++ b/docs/source/index.pug @@ -1,6 +1,4 @@ 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 --- ul#intro-feature-list li.intro-feature-wrap diff --git a/docs/themes/navy/layout/index.swig b/docs/themes/navy/layout/index.swig index ee2be8f2c..34af0b3d1 100644 --- a/docs/themes/navy/layout/index.swig +++ b/docs/themes/navy/layout/index.swig @@ -1,6 +1,6 @@