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