Skip to content

Fix Meetup #549 image extension (.avif → .png)#26

Open
alexwolson wants to merge 1 commit into
mainfrom
fix-549-image-extension
Open

Fix Meetup #549 image extension (.avif → .png)#26
alexwolson wants to merge 1 commit into
mainfrom
fix-549-image-extension

Conversation

@alexwolson

Copy link
Copy Markdown
Collaborator

Meetup #549's front matter (_meetups/549.md) declared image: hacknight_549.avif, but the actual source file is hacknight_549.png. jekyll_picture_tag could not find the .avif source, emitted a build warning, and produced a broken image:

Jekyll Picture Tag Warning: JPT Could not find .../archives/images/events/hacknight_549.avif. Your site will have broken images. Continuing.

This points the field at the existing .png source. It's the only .avif reference in the collection (429 .jpg, 22 .png, this lone .avif).

Fixes the site-side warning tracked in CivicTechTO/civictech.ca#141.

🤖 Generated with Claude Code

The front matter referenced hacknight_549.avif, but the source file is
hacknight_549.png. jekyll_picture_tag could not find the .avif source,
warned, and produced a broken image. Point at the actual file.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant