From c31cff425ef6f0acf12fef2b9d69471260bf1f67 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Tue, 6 May 2025 15:21:10 -0400 Subject: [PATCH] Update Home --- Home.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Home.md b/Home.md index 48091a2..67eea32 100644 --- a/Home.md +++ b/Home.md @@ -11,6 +11,12 @@ ## 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. + ### Frontmatter * `structuredData: none` - Disables "BlogPosting" schema JSON, Open Graph, and Twitter Card metadata, which is by default on for all templates with a `title`.