diff --git a/Home.md b/Home.md index 4e16e75..211ce2e 100644 --- a/Home.md +++ b/Home.md @@ -15,11 +15,11 @@ * `abbr` - Returns an `` tag with a definition in the `title` attribute: * `{{ "USD" | abbr("United States Dollars") | safe }}` returns `USD`. * Use `safe` filter so that HTML is unescaped. -* `niceDate` - returns a nice string from dates, E.G., `2026-01-01` returns `1st of January, 2026` * `htmlDateString` -* `removeMostRecent` - removes most recent item from an array * `markdownify` - parses string as markdown +* `niceDate` - returns a nice string from dates, E.G., `2026-01-01` returns `1st of January, 2026` * `removeHash` - removes the trailing "#" from strings +* `removeMostRecent` - removes most recent item from an array ### Frontmatter