Merge pull request #3125 from matrix-org/HarHarLinks/m-custom-emoji
Some checks are pending
Linters / Spell Check with Typos (push) Waiting to run
Linters / Lint Markdown with rumdl (push) Waiting to run
Build site / Build the site (push) Waiting to run

Add [m]-favicon custom emoji
This commit is contained in:
Marcel 2026-01-06 20:01:36 +01:00 committed by GitHub
commit 667be08b6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 1 deletions

View file

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

View file

@ -351,3 +351,10 @@ a>code {
align-items: center;
}
.m-icon-emoji {
display:inline-block;
width:1em;
height:1em;
vertical-align:-0.15em;
}

View file

@ -0,0 +1,3 @@
<span class="m-icon-emoji">
{{ load_data(path="static/images/matrix-favicon.svg") | safe }}
</span>