Skip to content

Commit 5f705b4

Browse files
committed
fix(gcc2026): rename Keynote.jpg to avoid case collision
Two distinct images were tracked at paths differing only in case: Keynote.jpg (news recap) and keynote.jpg (event page tile). On case-insensitive filesystems (macOS, Windows) only one can exist in the working tree, so checkouts silently lose one image and report a permanent spurious modification. Rename the news recap image to keynote-recap.jpg and update its reference. The event page image keeps its original path, so no published URL for it changes.
1 parent 1b476aa commit 5f705b4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

content/news/2026/2026-07-06-gcc2026-recap/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The talk focused on the challenge of working with massive public sequencing data
7272
The keynote was a powerful example of the kind of ambitious, data-intensive science that Galaxy helps make more accessible, reproducible, and collaborative.
7373

7474
<figure style="margin: 1.5rem 0;">
75-
<img src="/images/events/gcc2026/Keynote.jpg" alt="Rayan Chikhi presenting the GCC2026 keynote." style="width: 100%; border-radius: 12px;" />
75+
<img src="/images/events/gcc2026/keynote-recap.jpg" alt="Rayan Chikhi presenting the GCC2026 keynote." style="width: 100%; border-radius: 12px;" />
7676
</figure>
7777

7878
## Posters, Demos, and Lightning Talks

0 commit comments

Comments
 (0)