From be5e802e89a1f829fff0add12a5c85060a5fc3db Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Wed, 13 May 2026 13:54:19 -0400 Subject: [PATCH] Update Home --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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