You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: compute autonomous months from absolute date, not relative string
Replace `months_autonomous: "5+"` in _data/stats.yml with
`autonomous_since: "2025-09-01"` absolute date. Months are now
computed at build time via Liquid and updated client-side via JS.
This prevents the value from drifting over time.
Fixes#13
0 commit comments