Skip to content

Change author photo extension to .jpeg#564

Merged
crystalphamLF merged 1 commit into
mainfrom
daniela-file-name
Jun 3, 2026
Merged

Change author photo extension to .jpeg#564
crystalphamLF merged 1 commit into
mainfrom
daniela-file-name

Conversation

@crystalphamLF
Copy link
Copy Markdown
Contributor

Updated photo file extension from .jpg to .jpeg.

Issues Resolved

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.

Updated photo file extension from .jpg to .jpeg.

Signed-off-by: Crystal Pham <cpham@linuxfoundation.org>
@crystalphamLF crystalphamLF requested a review from a team as a code owner June 3, 2026 14:58
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 3, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 846f3701-93b8-4f0d-bf83-8f84b41a1417

📥 Commits

Reviewing files that changed from the base of the PR and between 1626a5e and f2cdcff.

📒 Files selected for processing (1)
  • content/authors/dmiao.md

📝 Walkthrough

Walkthrough

This PR updates the Daniela Miao author metadata to reference the correct image file extension. The photo field in the author front-matter is changed from dmiao.jpg to dmiao.jpeg.

Changes

Author Photo Path Update

Layer / File(s) Summary
Author photo path update
content/authors/dmiao.md
The photo field in the author front-matter now references dmiao.jpeg instead of dmiao.jpg.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@crystalphamLF
Copy link
Copy Markdown
Contributor Author

@rberoj can you help approve this?

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Jun 3, 2026

Greptile Summary

This PR corrects the author photo path in Daniela Miao's profile to reference dmiao.jpeg instead of the non-existent dmiao.jpg, ensuring the image renders correctly on the site.

  • Updates photo field in content/authors/dmiao.md front matter from /assets/media/authors/dmiao.jpg to /assets/media/authors/dmiao.jpeg, matching the actual file present at static/assets/media/authors/dmiao.jpeg.
  • Removes a stray trailing blank line inside the front matter block (minor cleanup).

Confidence Score: 5/5

Safe to merge — a one-line correction aligning the front matter photo path with the actual file on disk.

The change fixes a broken image reference by updating dmiao.jpg to dmiao.jpeg, which matches the file that actually exists in the repository. No logic, configuration, or content beyond the photo path is affected.

No files require special attention.

Important Files Changed

Filename Overview
content/authors/dmiao.md Updates photo path from dmiao.jpg to dmiao.jpeg to match the actual filename on disk; also removes a trailing blank line inside the front matter block.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[dmiao.md front matter] -->|photo field| B{Image path}
    B -->|Before: dmiao.jpg| C[❌ File not found]
    B -->|After: dmiao.jpeg| D[✅ static/assets/media/authors/dmiao.jpeg]
    D --> E[Author photo renders on site]
Loading

Reviews (1): Last reviewed commit: "Change author photo extension to .jpeg" | Re-trigger Greptile

Copy link
Copy Markdown
Member

@rlunar rlunar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should fix the missing photo on the blog.

@crystalphamLF crystalphamLF merged commit f9c59a9 into main Jun 3, 2026
4 checks passed
@crystalphamLF crystalphamLF deleted the daniela-file-name branch June 3, 2026 18:33
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.

2 participants