diff --git a/pages/static.md b/pages/static.md index 5ea17aa..adbe25b 100644 --- a/pages/static.md +++ b/pages/static.md @@ -24,7 +24,7 @@ Once you've got it cloned, dive into the index.html file, make your tweaks, and ## Usage -Inside the `index.html` file, you'll find a style section with a customizable color palette. Want a change? Go for it! Modify the text, add elements as you wish. For a inspiration, check out the [Demo Page](/demo). Creating cards like the warning card? Just add an element with the id "`warning`", toss in an `

` and a `

`, and you're good to go. +Inside the `index.html` file, you'll find a style section with a customizable color palette. Want a change? Go for it! Modify the text, add elements as you wish. For a inspiration, check out the [Demo Page](/demo/). Creating cards like the warning card? Just add an element with the id "`warning`", toss in an `

` and a `

`, and you're good to go. ::: warning This template might lag a bit behind the latest versions, usually a few releases behind of the absolute newest. For example, if the current version is `1.1.0`, the template might be at `1.0.0-rc.1`. I intentionally do this to focus more on the main version's improvement than playing catch-up with every release. Fear not; after two major point releases (`0.X.0`, where `X` is the major point), the template gets a shiny update to the latest version.