add pastebin to services.php

This commit is contained in:
Ben Harris 2018-06-15 11:07:45 -04:00
parent ab47630935
commit 3c291e5648
1 changed files with 1 additions and 0 deletions

View File

@ -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);