From d20a197364146f194f753cda1cce2f6eaf974430 Mon Sep 17 00:00:00 2001 From: Britney Whittington Date: Mon, 18 May 2026 14:53:57 -0700 Subject: [PATCH] enh: Add date_accepted and citation metadata to package cards (#214) --- _includes/package-grid.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/_includes/package-grid.html b/_includes/package-grid.html index 8e789fed..dd6bc3d1 100644 --- a/_includes/package-grid.html +++ b/_includes/package-grid.html @@ -42,6 +42,13 @@

{{ apackage.package_description | markdownify }} + {% if apackage.date_accepted != "missing" %} +
+ + Date Accepted: {{ apackage.date_accepted }} +
+ {% endif %} + {% unless is_feature %}