We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5463c01 commit abd4454Copy full SHA for abd4454
docs/configuration.md
@@ -502,15 +502,15 @@ This option allows you to override the default MkDocs site title for the title t
502
This is useful if you have multiple instances of this plugin for multiple feeds. (For example, one feed
503
for the blog, and a second for documentation updates.)
504
505
-This setting is optional. If you do not include it, the default site title will be used.
+This setting is optional. If you do not include it, the default site name will be used.
506
507
```yaml
508
plugins:
509
- rss:
510
title: My awesome blog feed
511
```
512
513
-Default: Use the default MkDocs `site_title:`.
+Default: Use the default MkDocs `site_name:`.
514
515
----
516
0 commit comments