diff --git a/services.php b/services.php index 4245e06..574d79e 100644 --- a/services.php +++ b/services.php @@ -8,6 +8,7 @@ $services = [ 'chat' => ['fa' => 'comments-o', 'url' => '/wiki/?page=irc'], 'webmail' => ['fa' => 'envelope', 'url' => 'https://mail.tilde.team'], 'cryptpad' => ['fa' => 'sticky-note', 'url' => 'https://pad.tilde.team'], + 'pastebin' => ['fa' => 'paste', 'url' => 'https://paste.tilde.team/'], ]; $nav = isset($navbar);