Fix grammar
This commit is contained in:
parent
95ba9242bf
commit
3135099203
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
title: "Configuration"
|
title: "Configuration"
|
||||||
permalink: /docs/configuration/
|
permalink: /docs/configuration/
|
||||||
excerpt: "Settings for configuring and customizing the theme."
|
excerpt: "Settings for configuring and customizing the theme."
|
||||||
last_modified_at: 2020-08-04T11:11:59-04:00
|
last_modified_at: 2020-08-04T11:26:21-04:00
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -303,7 +303,7 @@ defaults:
|
||||||
read_time: true
|
read_time: true
|
||||||
```
|
```
|
||||||
|
|
||||||
To disable reading time for a post, add `read_time: false` its YAML Front Matter to override what was set in `_config.yml`.
|
To disable reading time for a post, add `read_time: false` to its YAML Front Matter to override what was set in `_config.yml`.
|
||||||
|
|
||||||
`words_per_minute` can also be adjusted per-page basis by adding to its YAML Front Matter. This is useful for sites with multi-lingual content where you'd like specify a different value from the site config.
|
`words_per_minute` can also be adjusted per-page basis by adding to its YAML Front Matter. This is useful for sites with multi-lingual content where you'd like specify a different value from the site config.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue