Link to news page; not perfect but better than other options.
This commit is contained in:
parent
924b9e9b01
commit
3c3de3e61b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class OmnibusFeedType(Rss201rev2Feed):
|
||||||
|
|
||||||
class OmnibusFeed(ConservancyFeedBase):
|
class OmnibusFeed(ConservancyFeedBase):
|
||||||
feed_type = OmnibusFeedType
|
feed_type = OmnibusFeedType
|
||||||
link ="/omnibus/"
|
link ="/news/"
|
||||||
title = "The Software Freedom Conservancy"
|
title = "The Software Freedom Conservancy"
|
||||||
description = "An aggregated feed of all RSS content available from the Software Freedom Conservancy, including both news items and blogs."
|
description = "An aggregated feed of all RSS content available from the Software Freedom Conservancy, including both news items and blogs."
|
||||||
title_template = "feeds/omnibus_title.html"
|
title_template = "feeds/omnibus_title.html"
|
||||||
|
|
Loading…
Reference in a new issue