From 380d8570dce8d792273c663379d13cb096e1e647 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 12 Apr 2025 20:09:38 -0700 Subject: [PATCH] fix: Remove visible Liquid comment from leaderboard page --- aider/website/docs/leaderboards/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index c0afbccf8..927b6db8a 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -55,7 +55,7 @@ The model also has to successfully apply all its changes to the source file with {% assign max_cost = row.total_cost %} {% endif %} {% endfor %} - {% if max_cost == 0 %}{% assign max_cost = 1 %}{% endif %} {# Avoid division by zero #} + {% if max_cost == 0 %}{% assign max_cost = 1 %}{% endif %} {% assign edit_sorted = site.data.polyglot_leaderboard | sort: 'pass_rate_2' | reverse %} {% for row in edit_sorted %}