diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tips-and-tricks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tips-and-tricks.md b/docs/tips-and-tricks.md index 17bba9a..6f1b995 100644 --- a/docs/tips-and-tricks.md +++ b/docs/tips-and-tricks.md | |||
@@ -51,7 +51,7 @@ and then simply reference these pre-defined (anchored) tags in each item like so | |||
51 | - name: "VS Code" | 51 | - name: "VS Code" |
52 | logo: "/assets/vscode.png" | 52 | logo: "/assets/vscode.png" |
53 | subtitle: "Develop Code Anywhere, On Anything!" | 53 | subtitle: "Develop Code Anywhere, On Anything!" |
54 | <<: *App # Reference to the predefined "App" Tag | 54 | <<: *Apps # Reference to the predefined "App" Tag |
55 | url: "https://vscode.example.com/" | 55 | url: "https://vscode.example.com/" |
56 | target: "_blank" # optional html tag target attribute | 56 | target: "_blank" # optional html tag target attribute |
57 | ```` | 57 | ```` |