Merge pull request #137 from ralphocdol/search-new-tab-property
feat: added property new-tab to type: search
This commit is contained in:
commit
790ecef1c1
4 changed files with 14 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue