mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-10 07:28:07 -05:00
Fix grammar in the description of page.excerpt variable (#9689)
Merge pull request 9689
This commit is contained in:
@@ -106,9 +106,10 @@ page:
|
||||
- name: page.excerpt
|
||||
description: >-
|
||||
The un-rendered excerpt of a Page or Document. Can be overridden in the
|
||||
<a href="/docs/front-matter/">front matter</a> and disabled atoomically by setting an empty
|
||||
as <code>excerpt_separator</code> 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.
|
||||
<a href="/docs/front-matter/">front matter</a>. It can either be disabled atomically for
|
||||
certain page or document by setting an empty string to an <code>excerpt_separator</code> 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.
|
||||
|
||||
Reference in New Issue
Block a user