Change author photo extension to .jpeg#564
Conversation
Updated photo file extension from .jpg to .jpeg. Signed-off-by: Crystal Pham <cpham@linuxfoundation.org>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis 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 ChangesAuthor Photo Path Update
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. Comment |
|
@rberoj can you help approve this? |
|
| 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]
Reviews (1): Last reviewed commit: "Change author photo extension to .jpeg" | Re-trigger Greptile
rlunar
left a comment
There was a problem hiding this comment.
This should fix the missing photo on the blog.
Updated photo file extension from .jpg to .jpeg.
Issues Resolved
Check List
--signoffBy submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.