From 1adb3101b9f8dd4d4ded97569e1b7f870d362913 Mon Sep 17 00:00:00 2001 From: Uwe Jandt <uwe.jandt@desy.de> Date: Wed, 24 Apr 2024 11:36:37 +0200 Subject: [PATCH] Timeline: past 6 months, not just 3 --- _layouts/roadmap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/roadmap.html b/_layouts/roadmap.html index 2f4201484..fda75cfac 100644 --- a/_layouts/roadmap.html +++ b/_layouts/roadmap.html @@ -39,7 +39,7 @@ {%- comment -%} Show the last three complete months {%- endcomment -%} - {%- if months_since > 3 -%} + {%- if months_since > 6 -%} {%- assign hidden_class = "hidden expand" -%} {%- else -%} {%- assign hidden_class = "" -%} -- GitLab