diff options
author | luixal <luixal@gmail.com> | 2021-02-23 20:50:32 +0100 |
---|---|---|
committer | luixal <luixal@gmail.com> | 2021-02-23 20:50:32 +0100 |
commit | c6267296ec03db24ff40959ef58eedcec904c39b (patch) | |
tree | fa43606b20614a2af7bb15a49018899ad42e6fcf /public | |
parent | e3bd2ecc2ca874270282c3c42813b8053d67dcbd (diff) | |
download | homer-c6267296ec03db24ff40959ef58eedcec904c39b.tar.gz homer-c6267296ec03db24ff40959ef58eedcec904c39b.tar.zst homer-c6267296ec03db24ff40959ef58eedcec904c39b.zip |
Changes relative paths to hash. Avoids problems with #8
Diffstat (limited to 'public')
-rw-r--r-- | public/assets/page2.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/public/assets/page2.yml b/public/assets/page2.yml index e10d706..00001e9 100644 --- a/public/assets/page2.yml +++ b/public/assets/page2.yml | |||
@@ -26,14 +26,9 @@ services: | |||
26 | - name: "NEW" | 26 | - name: "NEW" |
27 | icon: "fas fa-cloud" | 27 | icon: "fas fa-cloud" |
28 | items: | 28 | items: |
29 | - name: "Awesome app" | 29 | - name: "Awesome app on a second page!" |
30 | logo: "assets/tools/sample.png" | 30 | logo: "assets/tools/sample.png" |
31 | subtitle: "Bookmark example" | 31 | subtitle: "Bookmark example" |
32 | tag: "app" | 32 | tag: "app" |
33 | url: "https://www.reddit.com/r/selfhosted/" | 33 | url: "https://www.reddit.com/r/selfhosted/" |
34 | target: "_blank" | 34 | target: "_blank" |
35 | - name: "Another one" | ||
36 | logo: "assets/tools/sample2.png" | ||
37 | subtitle: "Another application" | ||
38 | tag: "app" | ||
39 | url: "#" | ||