From f6058be644d2833dccaf55b780e09d932cefe665 Mon Sep 17 00:00:00 2001 From: chrstphr Date: Tue, 13 Aug 2024 20:43:45 +0900 Subject: [PATCH] Past Meetings: Do not list future/ current - change _layouts/other.html to not include future meetings, or the current meeting --- _layouts/other.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/_layouts/other.html b/_layouts/other.html index 5b6da55..63a0b27 100644 --- a/_layouts/other.html +++ b/_layouts/other.html @@ -3,17 +3,23 @@ --- {% assign sorted = site.github.public_repositories %} - +{% assign thisyear = site.conference.dates | last | date: "%Y" | to_integer %} +

{{ page.title }}

{{ content }}