Skip to content

Commit 667be08

Browse files
authored
Merge pull request #3125 from matrix-org/HarHarLinks/m-custom-emoji
Add [m]-favicon custom emoji
2 parents 3634f1c + 829bd2a commit 667be08

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

content/blog/2025/12/2025-12-19-fosdem-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Between 09:00 and 17:00 we will keep the space focused on the hackathon, with a
5858
🕐️ Friday, 30th January, 09:00 - 17:00 CET (local time)
5959
🏢 [HSBXL](https://hsbxl.be/), Rue Osseghem 53, 1080 Molenbeek
6060
🎫 [Free registration here](https://pretix.eu/matrix/fosdem26-hackathon/)
61-
[m] Join us in [#fosdem-2026-hackathon:matrix.org](https://matrix.to/#/%23fosdem-2026-hackathon:matrix.org) to stay informed!
61+
{{ matrix_icon() }} Join us in [#fosdem-2026-hackathon:matrix.org](https://matrix.to/#/%23fosdem-2026-hackathon:matrix.org) to stay informed!
6262

6363
## Booth
6464

sass/_base.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,3 +351,10 @@ a>code {
351351

352352
align-items: center;
353353
}
354+
355+
.m-icon-emoji {
356+
display:inline-block;
357+
width:1em;
358+
height:1em;
359+
vertical-align:-0.15em;
360+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<span class="m-icon-emoji">
2+
{{ load_data(path="static/images/matrix-favicon.svg") | safe }}
3+
</span>

0 commit comments

Comments
 (0)