From 74c1878ffa3fe4b9ad40cc8406d574d0c8d0bd36 Mon Sep 17 00:00:00 2001
From: Timofei <tim@getsquire.com>
Date: Fri, 12 Oct 2018 11:34:36 +0300
Subject: [PATCH] added link to lisp discord server

---
 content/community.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/content/community.html b/content/community.html
index 185c87c..7cc675c 100644
--- a/content/community.html
+++ b/content/community.html
@@ -3,7 +3,7 @@
 
 <div class="row">
   <div class="col-lg-4 col-md-6">
-    <h2><i class="far fa-comments"></i>  IRC</h2>
+    <h2><i class="far fa-comments"></i>  IRC and Chats</h2>
     <p>There are several Lisp related <a href="https://en.wikipedia.org/wiki/Internet_Relay_Chat">IRC</a> channels at <a href="http://freenode.net">Freenode</a>:</p>
     <ul>
       <li><a href="http://log.irc.tymoon.eu/freenode/lisp">#lisp</a> - Main Common Lisp channel</li>
@@ -11,6 +11,10 @@
       <li><a href="#">#lispcafe</a> - A less formal channel for lisp-oriented discussion</li>
     </ul>
     <p><a href="https://www.cliki.net/IRC">Read more</a></p>
+    <p>There is also Lisp <a href="https://discordapp.com">Discord</a> server:</p>
+    <ul>
+      <li><a href="https://discord.gg/T5D2EAJ">Lisp Discord</a></li>
+    </ul>
   </div>
   <div class="col-lg-4 col-md-6">
     <h2><i class="far fa-envelope"></i>  Mailing Lists</h2>
-- 
GitLab