# New Microblog - small bug

**URL:** https://forums.realmacsoftware.com/t/new-microblog-small-bug/57529
**Category:** Elements CMS
**Created:** [September 6, 2026, 12:04pm UTC](https://forums.realmacsoftware.com/t/new-microblog-small-bug/57529 "2026-09-06T12:04:15Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![PLM](https://dub1.discourse-cdn.com/flex005/user_avatar/forums.realmacsoftware.com/plm/32/31094_2.png) [@PLM](https://forums.realmacsoftware.com/u/PLM)
#### Post date: [September 6, 2026, 12:04pm UTC](https://forums.realmacsoftware.com/t/new-microblog-small-bug/57529/1 "2026-09-06T12:04:15Z")

</div>

🪲 Jenny’s image is not visible in the new **Microblog** sample. Perhaps not a big problem, but it shows how important it is to write the correct code. When I changed the capital **J** to **j** it works.

 ![bugJenny](https://europe1.discourse-cdn.com/flex005/uploads/realmacsoftware1/original/3X/4/1/41b0bedc975124142f905be073729badd7d285a8.png)

 ![jenny2](https://europe1.discourse-cdn.com/flex005/uploads/realmacsoftware1/original/3X/c/1/c1bfa00fa63cce61f2a1c93daaccbcad2bf32f1a.png)

---

<div class="post-metadata">

### Author: ![Flash](https://avatars.discourse-cdn.com/v4/letter/f/f475e1/32.png) [@Flash](https://forums.realmacsoftware.com/u/Flash)
#### Post date: [September 6, 2026, 12:12pm UTC](https://forums.realmacsoftware.com/t/new-microblog-small-bug/57529/2 "2026-09-06T12:12:54Z")

</div>

**This looks like expected behavior, not a bug.** File names and file paths in frontmatter need to be lowercase with no spaces — use a dash (`-`) or underscore (`_`) where you’d normally put a space (e.g., `jennys-photo.jpg`, not `Jennys Photo.jpg`). That’s why changing the capital J fixed it.

You can actually see the pattern in your own `jenny.md`: `src: images/jenny.jpg` is a path, so it stays lowercase. But `alt: Portrait of Jenny` right below it is text meant for screen readers, not a path — so mixed case there is completely fine.

---

<div class="post-metadata">

### Author: ![PLM](https://dub1.discourse-cdn.com/flex005/user_avatar/forums.realmacsoftware.com/plm/32/31094_2.png) [@PLM](https://forums.realmacsoftware.com/u/PLM)
#### Post date: [September 6, 2026, 12:49pm UTC](https://forums.realmacsoftware.com/t/new-microblog-small-bug/57529/3 "2026-09-06T12:49:54Z")

</div>

In the original Microblog _sample_ there is a capital **J** and the image is not showing. When I changed to **j** it’s working. Try it …

@ben

---

<div class="post-metadata">

### Author: ![Flash](https://avatars.discourse-cdn.com/v4/letter/f/f475e1/32.png) [@Flash](https://forums.realmacsoftware.com/u/Flash)
#### Post date: [September 6, 2026, 12:51pm UTC](https://forums.realmacsoftware.com/t/new-microblog-small-bug/57529/4 "2026-09-06T12:51:52Z")

</div>

> [@PLM](#):
>
> In the original microblog there is a capital J and the image is not showing. When I changed j it’s working.

hmm. Not best practice but maybe Elements has a filter that is handling it. I’ll let RM answer this then. Sorry I couldn’t help more.

---

<div class="post-metadata">

### Author: ![dan](https://dub1.discourse-cdn.com/flex005/user_avatar/forums.realmacsoftware.com/dan/32/28516_2.png) [@dan](https://forums.realmacsoftware.com/u/dan)
#### Post date: [September 7, 2026, 3:14pm UTC](https://forums.realmacsoftware.com/t/new-microblog-small-bug/57529/5 "2026-09-07T15:14:31Z")

</div>

Nice catch, that’s just a minor error in the project, easily done. We’ll get this updated and fixed for the next release.
