Add gopher to services

This commit is contained in:
Robert Miles 2018-07-02 23:28:57 -04:00
parent e2b7ce2a9a
commit 5242f461ba
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ $services = [
'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/'],
'gopher' => ['fa' => 'floppy-o', 'url' => 'https://gopher.tilde.team'],
];
$nav = isset($navbar);