[X] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[X] I have read the CONTRIBUTING document.
[X] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
[ ] I have added tests to cover my changes.
[ ] All new and existing tests passed.
Please check if the PR fulfills these requirements
[X] The commit message follows our guidelines
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce?
The existing layout for the RSS header widget does not utilize the advancedHeader feature. It also is loading from an RSS feed that no longer exists. This PR fixes both of those issues.
Types of changes
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
The existing layout for the RSS header widget does not utilize the
advancedHeader
feature. It also is loading from an RSS feed that no longer exists. This PR fixes both of those issues.