Skip to content

Commit abd4454

Browse files
committed
update documentation
Correct the default `site_title:` to `site_name:`
1 parent 5463c01 commit abd4454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,15 +502,15 @@ This option allows you to override the default MkDocs site title for the title t
502502
This is useful if you have multiple instances of this plugin for multiple feeds. (For example, one feed
503503
for the blog, and a second for documentation updates.)
504504

505-
This setting is optional. If you do not include it, the default site title will be used.
505+
This setting is optional. If you do not include it, the default site name will be used.
506506

507507
```yaml
508508
plugins:
509509
- rss:
510510
title: My awesome blog feed
511511
```
512512

513-
Default: Use the default MkDocs `site_title:`.
513+
Default: Use the default MkDocs `site_name:`.
514514

515515
----
516516

0 commit comments

Comments
 (0)