Remove reddit widget title forward slash prefix
This commit is contained in:
parent
59bfe3e835
commit
260bc15577
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue