Skip to content

Commit

Permalink
(minor) fix Djula filters and tags links
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Feb 16, 2024
1 parent 4432f59 commit a910901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.md
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ the most downloaded libraries of Quicklisp.
#### Djula filters

Filters allow to modify how a variable is displayed. Djula comes with
a good set of built-in filters and they are [well documented](https://mmontone.github.io/djula/doc/build/html/filters.html). They are not to be confused with [tags](https://mmontone.github.io/djula/doc/build/html/tags.html).
a good set of built-in filters and they are [well documented](https://mmontone.github.io/djula/djula/Filters.html#Filters). They are not to be confused with [tags](https://mmontone.github.io/djula/djula/Tags.html#Tags).

They look like this: `{{ name | lower }}`, where `lower` is an
existing filter, which renders the text into lowercase.
Expand Down

0 comments on commit a910901

Please sign in to comment.