]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - docs/tips-and-tricks.md
Lint fixes
[github/bastienwirtz/homer.git] / docs / tips-and-tricks.md
index 17bba9afd8905c8b77f21db2c0c6a8ed56342549..6f1b9959ff84d4525dde4a3cc0087ee76b92e0d1 100644 (file)
@@ -51,7 +51,7 @@ and then simply reference these pre-defined (anchored) tags in each item like so
 - name: "VS Code"
   logo: "/assets/vscode.png"
   subtitle: "Develop Code Anywhere, On Anything!"
-  <<: *App # Reference to the predefined "App" Tag
+  <<: *Apps # Reference to the predefined "App" Tag
   url: "https://vscode.example.com/"
   target: "_blank" # optional html tag target attribute
 ````