@@ -297,7 +297,7 @@ The following configuration options are available for posts:
297
297
[`post_excerpt_separator`](#+blog.post_excerpt_separator){ # +blog.post_excerpt_separator }
298
298
299
299
: :octicons-milestone-24 : Default: `<!-- more -->` – This option specifies
300
- the separator the [built-in blog plugin] will look for in a post' content
300
+ the separator the [built-in blog plugin] will look for in a post's content
301
301
when generating [post excerpts]. All content after the separator is not
302
302
considered to be part of the excerpt.
303
303
@@ -434,7 +434,7 @@ The following configuration options are available for archive index generation:
434
434
435
435
# ### Categories
436
436
437
- The following configurations options are available for category index generation :
437
+ The following configuration options are available for category index generation :
438
438
439
439
[`categories`](#+blog.categories){ # +blog.categories }
440
440
@@ -537,7 +537,7 @@ The following configurations options are available for category index generation
537
537
538
538
# ### Pagination
539
539
540
- The following configurations options are available for index pagination :
540
+ The following configuration options are available for index pagination :
541
541
542
542
[`pagination`](#+blog.pagination){ # +blog.pagination }
543
543
@@ -1112,13 +1112,13 @@ all links are correct.
1112
1112
# ### Setting the reading time
1113
1113
1114
1114
When [enabled], the [readtime] package is used to compute the expected reading
1115
- time of each post, which is the rendered as part of the post and post excerpt.
1115
+ time of each post, which is rendered as part of the post and post excerpt.
1116
1116
Nowadays, many blogs show reading times, which is why the [built-in blog plugin]
1117
1117
offers this capability as well.
1118
1118
1119
1119
Sometimes, however, the computed reading time might not feel accurate, or
1120
1120
result in odd and unpleasant numbers. For this reason, reading time can be
1121
- overriden and explicitly set with the `readtime` front matter property for a
1121
+ overridden and explicitly set with the `readtime` front matter property for a
1122
1122
post :
1123
1123
1124
1124
` ` ` yaml
0 commit comments