From 05685c752bfb8a89e899735fff66d58854756d13 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 29 Jul 2024 11:48:05 -0300 Subject: [PATCH] Add 15 days to the maximum date range in the blame chart. --- aider/website/_includes/blame.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/_includes/blame.md b/aider/website/_includes/blame.md index 53017ac2b..bd2c19294 100644 --- a/aider/website/_includes/blame.md +++ b/aider/website/_includes/blame.md @@ -46,7 +46,7 @@ document.addEventListener('DOMContentLoaded', function () { maxRotation: 45, minRotation: 45 }, - max: moment('{{ site.data.blame | last | map: "end_date" | first }}').add(1, 'days') + max: moment('{{ site.data.blame | last | map: "end_date" | first }}').add(15, 'days') }, y: { title: {