From 3c291e56488a327fbb8ec24fcecfd41cdf4cda80 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 15 Jun 2018 11:07:45 -0400 Subject: [PATCH] add pastebin to services.php --- services.php | 1 + 1 file changed, 1 insertion(+) 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);