diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-05-29 18:21:32 -0700 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-05-29 18:21:32 -0700 |
commit | 9814a037a5158d31c77fecc8bfb3b61b45d015b3 (patch) | |
tree | f662995c5fc6dc7d796b46e501950aba9cb4d482 /public | |
parent | e11427508a89cddb114b7955a2273fc7b5e33ca5 (diff) | |
download | homer-9814a037a5158d31c77fecc8bfb3b61b45d015b3.tar.gz homer-9814a037a5158d31c77fecc8bfb3b61b45d015b3.tar.zst homer-9814a037a5158d31c77fecc8bfb3b61b45d015b3.zip |
Pure CSS font awesome icon
Diffstat (limited to 'public')
-rw-r--r-- | public/assets/tools/sample2.png | bin | 0 -> 4139 bytes | |||
-rw-r--r-- | public/config.yml.dist | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/public/assets/tools/sample2.png b/public/assets/tools/sample2.png new file mode 100644 index 0000000..f2327c0 --- /dev/null +++ b/public/assets/tools/sample2.png | |||
Binary files differ | |||
diff --git a/public/config.yml.dist b/public/config.yml.dist index 849b391..d2f1fdf 100644 --- a/public/config.yml.dist +++ b/public/config.yml.dist | |||
@@ -69,3 +69,8 @@ services: | |||
69 | tag: "app" | 69 | tag: "app" |
70 | url: "https://www.reddit.com/r/selfhosted/" | 70 | url: "https://www.reddit.com/r/selfhosted/" |
71 | target: "_blank" # optionnal html a tag target attribute | 71 | target: "_blank" # optionnal html a tag target attribute |
72 | - name: "Another one" | ||
73 | logo: "assets/tools/sample2.png" | ||
74 | subtitle: "Another application" | ||
75 | tag: "app" | ||
76 | url: "#" | ||