Update Home

Nathan Upchurch 2025-05-06 15:21:10 -04:00
parent 625932968a
commit c31cff425e

@ -11,6 +11,12 @@
## Documentation ## Documentation
### Custom Filters
#### Abbreviations
Returns an `<abbr>` tag with a definition in the `title` attribute:
* `{{ "USD" | abbr("United States Dollars") | safe }}` returns `<abbr title="United States Dollars">USD</abbr>`.
* Use `safe` filter so that HTML is unescaped.
### Frontmatter ### Frontmatter
* `structuredData: none` - Disables "BlogPosting" schema JSON, Open Graph, and Twitter Card metadata, which is by default on for all templates with a `title`. * `structuredData: none` - Disables "BlogPosting" schema JSON, Open Graph, and Twitter Card metadata, which is by default on for all templates with a `title`.