From a9109016b435d4fbc8138f0b38f5016d06fb0505 Mon Sep 17 00:00:00 2001 From: vindarel Date: Fri, 16 Feb 2024 13:45:47 +0100 Subject: [PATCH] (minor) fix Djula filters and tags links --- web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.md b/web.md index 4495e07..03c099a 100644 --- a/web.md +++ b/web.md @@ -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.