Joshua Shay Kricheli NeuroSymbolic AI
v2 v1

Release · v3.14.35

The same date-filter trap in runtime_head.html

fix(assets): the same date-filter trap in runtime_head.html

fix v3.14.35 August 18, 2026 Joshua Shay Kricheli 48a4fee

Details

`js_tag.html` was not the only place. `runtime_head.html` carried the identical
chain, so the very first script on every page — site-runtime-config.js, which
GA and the commit-date widget read — was versioned with a SHA run through a
date filter while the stylesheet beside it used the real revision.
All three asset families now emit the same value:
  css/v3.css                     d4dc4c07...
  js/core/v3.js                  d4dc4c07...
  js/core/site-runtime-config.js d4dc4c07...
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DAJJ63FFnLoD5XLpu6yJaG

Files changed (1)

frontend/jekyll/_includes/runtime_head.html +8 −1