From c8f4dac77a13dfed57645931bbacaff5f0c0b03b Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Wed, 13 May 2026 13:53:30 -0400 Subject: [PATCH] Update Home --- Home.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index 89262a1..4e16e75 100644 --- a/Home.md +++ b/Home.md @@ -12,10 +12,15 @@ ## Documentation ### Custom Filters -#### Abbreviations -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. +* `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 +* `removeHash` - removes the trailing "#" from strings + ### Frontmatter * `structuredData: none` - Disables "BlogPosting" schema JSON, Open Graph, and Twitter Card metadata, which is by default on for all templates with a `title`.