furtka/website/assets
Daniel Maksymilian Syrnicki 722dac4843
Some checks failed
CI / lint (push) Failing after 29s
CI / validate-json (push) Successful in 23s
CI / markdown-links (push) Successful in 14s
Deploy site / deploy (push) Successful in 4s
CI / test (push) Successful in 1m29s
feat(website): randomise which logo comes first on /logo/ per visit
Hugo sorts map keys, so `range (dict "m" … "r" …)` always put M first
and gave it the "first thing on the page" vote. The template now ranges
over an ordered list (front-matter `order:` can pin it), and a tiny
inline script on poll pages coin-flips the visual order before first
paint, applied via CSS `order` on every M/R pair and remembered in
sessionStorage so a reload or a vote doesn't shuffle the page.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y8kPxizsExc95ZhvfJmaCw
2026-08-27 12:43:46 +02:00
..
css feat(website): randomise which logo comes first on /logo/ per visit 2026-08-27 12:43:46 +02:00
js feat(website): logo showcase on /logo/, poll link + current feature list on the homepage 2026-08-26 13:30:10 +02:00