diff options
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: "#" | ||