mirror of
https://github.com/Xevion/glance.git
synced 2025-12-10 12:07:22 -06:00
Remove reddit widget title forward slash prefix
This commit is contained in:
@@ -63,7 +63,7 @@ func (widget *redditWidget) initialize() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
widget.
|
widget.
|
||||||
withTitle("/r/" + widget.Subreddit).
|
withTitle("r/" + widget.Subreddit).
|
||||||
withTitleURL("https://www.reddit.com/r/" + widget.Subreddit + "/").
|
withTitleURL("https://www.reddit.com/r/" + widget.Subreddit + "/").
|
||||||
withCacheDuration(30 * time.Minute)
|
withCacheDuration(30 * time.Minute)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user