diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-14 16:08:43 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-14 16:08:43 +0300 |
| commit | b9b16ad65af42066e90c6a1db099a01b2bdad57f (patch) | |
| tree | 43b0268db9af2e4b6aae2e3eab8d149c5af379f0 | |
| parent | 57d05cb23238c93d450a871d4115abf7de9b7645 (diff) | |
mm0 shrink README logo to width 160
The logo was embedded as a plain Markdown image, so renderers displayed
the 256x256 SVG at full/container size, dominating the top of the page.
Use an HTML <img> with width="160" (GitHub honors it) so the logo is a
modest header graphic instead of taking up the whole screen.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # shuriken - +<img src="assets/docs/shuriken-logo.svg" alt="Shuriken logo" width="160"> shuriken is a Bash script for Unix like operating systems (such as Linux) to generate static web photo albums. The resulting static photo album is pure HTML+CSS (without any JavaScript!). |
