mirror of
https://github.com/Xevion/glance.git
synced 2025-12-09 14:07:23 -06:00
Merge pull request #137 from ralphocdol/search-new-tab-property
feat: added property new-tab to type: search
This commit is contained in:
@@ -19,6 +19,7 @@ type Search struct {
|
||||
cachedHTML template.HTML `yaml:"-"`
|
||||
SearchEngine string `yaml:"search-engine"`
|
||||
Bangs []SearchBang `yaml:"bangs"`
|
||||
NewTab bool `yaml:"new-tab"`
|
||||
}
|
||||
|
||||
func convertSearchUrl(url string) string {
|
||||
|
||||
Reference in New Issue
Block a user