Update inc/header.php
This commit is contained in:
parent
d20fbf54af
commit
f07580221e
1 changed files with 2 additions and 6 deletions
|
@ -2,19 +2,15 @@
|
||||||
$links = array(
|
$links = array(
|
||||||
array(
|
array(
|
||||||
"name" => "Git",
|
"name" => "Git",
|
||||||
"link" => "https://git.possum.city/yukil"
|
"link" => "https://git.lgbt/root"
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
"name" => "Fedi",
|
"name" => "Fedi",
|
||||||
"link" => "https://possum.city/@root"
|
"link" => "https://possum.city/@root"
|
||||||
),
|
),
|
||||||
array(
|
|
||||||
"name" => "Matrix",
|
|
||||||
"link" => "https://matrix.to/#/@root:possum.city"
|
|
||||||
),
|
|
||||||
array(
|
array(
|
||||||
"name" => "XMPP",
|
"name" => "XMPP",
|
||||||
"link" => "xmpp:yukil@possums.gay"
|
"link" => "xmpp:root@possum.city"
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
"name" => "E-Mail",
|
"name" => "E-Mail",
|
||||||
|
|
Loading…
Reference in a new issue