levineuwirth.org/templates/partials
Levi Neuwirth fad8719045 Stamp the site-wide build time post-render
Hakyll caches per-page outputs, so pages whose dependencies have not
changed are not recompiled and the rendered $build-time$ in their
footer goes stale relative to a fresh build. The right granularity for
"last built at" is site-wide rather than per-page; wrapping the footer
timestamp in <span data-build-time> and rewriting it after Hakyll lets
every page reflect the current build without paying recompilation cost.

* tools/stamp-build-time.py walks _site/**/*.html after Hakyll runs and
  rewrites each element wrapped in [data-build-time] to the same format
  Contexts.hs:buildTimeField emits, so a fresh render and the post-pass
  agree.
* templates/partials/footer.html wraps $build-time$ in
  <span class="footer-build-time" data-build-time>...</span> so the
  sweep has a stable selector.
* Makefile invokes the sweep between embed.py and compress-assets so
  the .gz/.br sidecars include the fresh stamp.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-23 12:05:28 -04:00
..
archive-banner.html Add link archive system: snapshots, backlinks, link-rot 2026-05-23 10:06:33 -04:00
archive-removal-notice.html Add link archive system: snapshots, backlinks, link-rot 2026-05-23 10:06:33 -04:00
footer.html Stamp the site-wide build time post-render 2026-05-23 12:05:28 -04:00
head.html Add link archive system: snapshots, backlinks, link-rot 2026-05-23 10:06:33 -04:00
item-card.html Marks II: broader monogram coverage + audit-marks tool 2026-05-23 12:05:08 -04:00
list-controls.html Navigation refactor 2026-04-19 14:35:41 -04:00
metadata-header.html Marks I 2026-05-07 23:51:14 -04:00
metadata-tail.html Marks I 2026-05-07 23:51:14 -04:00
nav.html yum cappuccino yay! 2026-05-03 21:16:58 -04:00
page-footer.html more prominent related pages 2026-05-03 14:01:14 -04:00
paginate-nav.html initial deploy! whoop 2026-03-17 21:56:14 -04:00
photo-card.html Spec dilemma 2026-05-01 21:22:01 -04:00