Update Home
parent
625932968a
commit
c31cff425e
6
Home.md
6
Home.md
@ -11,6 +11,12 @@
|
||||
|
||||
## 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
|
||||
* `structuredData: none` - Disables "BlogPosting" schema JSON, Open Graph, and Twitter Card metadata, which is by default on for all templates with a `title`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user