🐛 (rss): only show articles in rss feed
This commit is contained in:
parent
ae7dbe3c11
commit
d2d6cb12c1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class pluginRSS extends Plugin
|
|||
$list = $pages->getList(
|
||||
$pageNumber = 1,
|
||||
$numberOfItems,
|
||||
$type = ['article', 'static'],
|
||||
$type = ['article'],
|
||||
$state = ['published'],
|
||||
$sticky = true
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue