summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-14 16:08:43 +0300
committerPaul Buetow <paul@buetow.org>2026-06-14 16:08:43 +0300
commitb9b16ad65af42066e90c6a1db099a01b2bdad57f (patch)
tree43b0268db9af2e4b6aae2e3eab8d149c5af379f0
parent57d05cb23238c93d450a871d4115abf7de9b7645 (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 318bc1a..b1211b6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# shuriken
-![Shuriken logo](assets/docs/shuriken-logo.svg)
+<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!).