Add breadcrumb navigation
All checks were successful
Deploy to Server / deploy (push) Successful in 20s
All checks were successful
Deploy to Server / deploy (push) Successful in 20s
This commit is contained in:
parent
ef00b4c020
commit
428f49879d
28 changed files with 350 additions and 416 deletions
|
|
@ -918,11 +918,11 @@ class GameFeed(TTVDropsBaseFeed):
|
|||
|
||||
# MARK: /rss/campaigns/
|
||||
class DropCampaignFeed(TTVDropsBaseFeed):
|
||||
"""RSS feed for latest drop campaigns."""
|
||||
"""RSS feed for latest Twitch drops."""
|
||||
|
||||
title: str = "Twitch Drop Campaigns"
|
||||
title: str = "Twitch Drops"
|
||||
link: str = "/"
|
||||
description: str = "Latest Twitch drop campaigns on TTVDrops"
|
||||
description: str = "Latest Twitch drops"
|
||||
item_guid_is_permalink = True
|
||||
|
||||
_limit: int | None = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue