summaryrefslogtreecommitdiff
path: root/share/templates/default/redirect.tmpl
AgeCommit message (Collapse)Author
2026-06-21Fix W3C HTML validation errors in generated pages; release 0.10.10.10.1Paul Buetow
Every shuriken-generated page failed W3C validation. Fixed across the templates and the bash thumbnail builders so all page categories (splash, gallery, photo view, details, stats overview, stats filter mini-albums and redirect stubs) validate cleanly: - Add <!DOCTYPE html>, <html lang="en"> and <meta charset="utf-8"> to the header, splash and redirect templates. - Drop the obsolete type="text/css" on <style> and border='0' on <img>. - Fix invalid CSS "margin: 2 auto" -> "margin: 2px auto". - Add required alt attributes to every <img> (splash, thumbnails, views). - Replace the obsolete name attribute on <a> thumbnail anchors with id (in album-render.source.sh and stats-filter-album.source.sh, where the markup is actually built, plus preview.tmpl for consistency). - Give redirect stubs a <title>; drop trailing slashes on void elements. Updated the affected cli.sh assertions and rebuilt bin/shuriken. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-11Add shuriken logo and generated faviconPaul Buetow
2026-06-04Reduce template render coupling (vi0)Paul Buetow
2026-06-02Fix HTML escaping in generated albums (ti0)Paul Buetow
2022-02-20refactor templatesPaul Buetow
2014-05-09refactorPaul C. Buetow (mars.fritz.box)
2014-05-07create index.html files correctlyPaul C. Buetow (mars.fritz.box)
2014-02-16move templates into sub directoryPaul Buetow (mars.fritz.box)