mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-11 20:07:22 +00:00
Merge pull request #3125 from matrix-org/HarHarLinks/m-custom-emoji
Add [m]-favicon custom emoji
This commit is contained in:
commit
667be08b6f
3 changed files with 11 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -351,3 +351,10 @@ a>code {
|
|||
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.m-icon-emoji {
|
||||
display:inline-block;
|
||||
width:1em;
|
||||
height:1em;
|
||||
vertical-align:-0.15em;
|
||||
}
|
||||
|
|
|
|||
3
templates/shortcodes/matrix_icon.html
Normal file
3
templates/shortcodes/matrix_icon.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<span class="m-icon-emoji">
|
||||
{{ load_data(path="static/images/matrix-favicon.svg") | safe }}
|
||||
</span>
|
||||
Loading…
Add table
Reference in a new issue