From 27805c97ec3772f6c5517ae8fc679c7906986993 Mon Sep 17 00:00:00 2001 From: Seth Louis <116498290+bonsaipropaganda@users.noreply.github.com> Date: Sun, 22 Sep 2024 13:01:36 -0500 Subject: [PATCH] Fix grammar in the description of `page.excerpt` variable (#9689) Merge pull request 9689 --- docs/_data/jekyll_variables.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/_data/jekyll_variables.yml b/docs/_data/jekyll_variables.yml index 11822b4d..cb0e13b3 100644 --- a/docs/_data/jekyll_variables.yml +++ b/docs/_data/jekyll_variables.yml @@ -106,9 +106,10 @@ page: - name: page.excerpt description: >- The un-rendered excerpt of a Page or Document. Can be overridden in the - front matter and disabled atoomically by setting an empty - as excerpt_separator key either in the front matter of desired resource or - disable site-wide by setting the same as a top-level key in the config file. + front matter. It can either be disabled atomically for + certain page or document by setting an empty string to an excerpt_separator key in + the front matter of desired resource or disabled site-wide by setting the same as a top-level + key in the config file. - name: page.url description: >- The URL of the Post without the domain, but with a leading slash, e.g.