From e13ba02fc7e069c7b80161a34b402f4eef1c25ad Mon Sep 17 00:00:00 2001 From: Luke Fretwell Date: Thu, 27 Aug 2026 08:03:06 -0700 Subject: [PATCH] Sync scangov.css + details.html + sidenav from components; wire optimizedImage shortcode --- _includes/details.html | 30 +++++++++++++++++++++++++++++- _includes/image.html | 2 +- _includes/sidenav.html | 2 +- eleventy.config.js | 26 +++++++++++++++++++++++++- public/css/scangov.css | 4 ++-- 5 files changed, 58 insertions(+), 6 deletions(-) diff --git a/_includes/details.html b/_includes/details.html index b706a603..d38563dd 100644 --- a/_includes/details.html +++ b/_includes/details.html @@ -30,7 +30,24 @@ per deployment (managing org, full-scan upsell, request-update link). To support another deployment, add a branch here and re-sync - don't fork the file. + + 4. `showLastUpdated` - set in page front matter for non-profile pages that + need a "Last updated" row (e.g. /pulse/). Renders a single-item ul with + the same mono/border-bottom styling as the profile list above. #} +{% if showLastUpdated and not profile %} + +{% endif %} {% if profile %}