diff options
author | James Coleman <grmrgecko@gmail.com> | 2022-05-12 17:30:24 -0500 |
---|---|---|
committer | James Coleman <grmrgecko@gmail.com> | 2022-05-12 17:30:24 -0500 |
commit | 9506ed53c8ae78488aadff030366186af3cbd1ec (patch) | |
tree | 63b47a242844696a40b8b0083c19287c9b20977f /public | |
parent | 2ac75c05349ee4315bfdad238504e6693adc322d (diff) | |
download | homer-9506ed53c8ae78488aadff030366186af3cbd1ec.tar.gz homer-9506ed53c8ae78488aadff030366186af3cbd1ec.tar.zst homer-9506ed53c8ae78488aadff030366186af3cbd1ec.zip |
Add support for search keywords to solve issue #372
Diffstat (limited to 'public')
-rw-r--r-- | public/assets/config.yml.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/config.yml.dist b/public/assets/config.yml.dist index 03a8682..bbfd0af 100644 --- a/public/assets/config.yml.dist +++ b/public/assets/config.yml.dist | |||
@@ -75,6 +75,7 @@ services: | |||
75 | logo: "assets/tools/sample.png" | 75 | logo: "assets/tools/sample.png" |
76 | subtitle: "Bookmark example" | 76 | subtitle: "Bookmark example" |
77 | tag: "app" | 77 | tag: "app" |
78 | keywords: "self hosted reddit" | ||
78 | url: "https://www.reddit.com/r/selfhosted/" | 79 | url: "https://www.reddit.com/r/selfhosted/" |
79 | target: "_blank" # optional html a tag target attribute | 80 | target: "_blank" # optional html a tag target attribute |
80 | - name: "Another one" | 81 | - name: "Another one" |