From 9cc9fc8bbe5f380e9597b7fc8131da7583f97f6a Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 3 Dec 2025 13:47:59 +0100 Subject: [PATCH] Update comment on the `id_color_hash` template filter --- crates/templates/src/functions.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/templates/src/functions.rs b/crates/templates/src/functions.rs index cb4603de0..3a8e3d43d 100644 --- a/crates/templates/src/functions.rs +++ b/crates/templates/src/functions.rs @@ -139,8 +139,8 @@ fn filter_simplify_url(url: &str, kwargs: Kwargs) -> Result u32 { input.chars().fold(0, |hash, c| hash + c as u32) % 6 + 1 }