Fix grammar in the description of `page.excerpt` variable (#9689)
Merge pull request 9689
This commit is contained in:
		
							parent
							
								
									e223b9e1e3
								
							
						
					
					
						commit
						27805c97ec
					
				|  | @ -106,9 +106,10 @@ page: | ||||||
|   - name: page.excerpt |   - name: page.excerpt | ||||||
|     description: >- |     description: >- | ||||||
|       The un-rendered excerpt of a Page or Document. Can be overridden in the |       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 |       <a href="/docs/front-matter/">front matter</a>. It can either be disabled atomically for | ||||||
|       as <code>excerpt_separator</code> key either in the front matter of desired resource or |       certain page or document by setting an empty string to an <code>excerpt_separator</code> key in | ||||||
|       disable site-wide by setting the same as a top-level key in the config file. |       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 |   - name: page.url | ||||||
|     description: >- |     description: >- | ||||||
|       The URL of the Post without the domain, but with a leading slash, e.g. |       The URL of the Post without the domain, but with a leading slash, e.g. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue