mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
feat(content): add Matrix social link (#5)
This PR replaces the mastodon link and icon with a matrix handle instead. I don't use Mastodon anymore, and never really did in the first place. Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/5 Co-authored-by: Victor Westerlund <victor.vesterlund@gmail.com> Co-committed-by: Victor Westerlund <victor.vesterlund@gmail.com>
This commit is contained in:
parent
7f4b54685e
commit
51e8215e78
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 6.8 KiB |
1
assets/media/icons/matrix.svg
Normal file
1
assets/media/icons/matrix.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 6.3 KiB |
|
@ -65,9 +65,9 @@
|
||||||
<?= VV::embed("assets/media/icons/email.svg") ?>
|
<?= VV::embed("assets/media/icons/email.svg") ?>
|
||||||
<p>e-mail</p>
|
<p>e-mail</p>
|
||||||
</social></a>
|
</social></a>
|
||||||
<a href="https://mastodon.social/@vlwone"><social>
|
<a href="matrix:@vlw:vlw.se"><social>
|
||||||
<?= VV::embed("assets/media/icons/mastodon.svg") ?>
|
<?= VV::embed("assets/media/icons/matrix.svg") ?>
|
||||||
<p>mastodon</p>
|
<p>matrix</p>
|
||||||
</social></a>
|
</social></a>
|
||||||
<a href="https://web.libera.chat/#vlw.se"><social>
|
<a href="https://web.libera.chat/#vlw.se"><social>
|
||||||
<?= VV::embed("assets/media/icons/libera.svg") ?>
|
<?= VV::embed("assets/media/icons/libera.svg") ?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue