Mercurial > blog
changeset 2:f06a522a9d6f
feat: add matrix chat link
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Wed, 14 May 2025 20:47:59 +0200 |
parents | 86786dbe6dcc |
children | cdaa74568425 |
files | content/_index.md templates/_head_extend.html themes/serene/static/icon/chat.svg |
diffstat | 3 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/content/_index.md Mon May 12 19:51:47 2025 +0200 +++ b/content/_index.md Wed May 14 20:47:59 2025 +0200 @@ -10,6 +10,7 @@ id = "zegervdv" links = [ { name = "Mastodon", icon = "mastodon", url = "https://mastodon.vandevan.net/@zeger" }, + { name = "Matrix", icon = "chat", url = "https://matrix.to/#/@zeger:vandevan.net" }, { name = "Mercurial", icon = "code", url = "https://hg.vandevan.net" }, ]
--- a/templates/_head_extend.html Mon May 12 19:51:47 2025 +0200 +++ b/templates/_head_extend.html Wed May 14 20:47:59 2025 +0200 @@ -1,2 +1,2 @@ -<meta name="fediverse:creator" content="@[email protected]" /> -<link rel="me" href="https://mastodon.vandevan.net/@zeger" /> \ No newline at end of file +<meta name="fediverse:creator" content="@[email protected]"> +<link rel="me" href="https://mastodon.vandevan.net/@zeger"> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/serene/static/icon/chat.svg Wed May 14 20:47:59 2025 +0200 @@ -0,0 +1,1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M10 3H14C18.4183 3 22 6.58172 22 11C22 15.4183 18.4183 19 14 19V22.5C9 20.5 2 17.5 2 11C2 6.58172 5.58172 3 10 3ZM12 17H14C17.3137 17 20 14.3137 20 11C20 7.68629 17.3137 5 14 5H10C6.68629 5 4 7.68629 4 11C4 14.61 6.46208 16.9656 12 19.4798V17Z"></path></svg>