From 86e617b02d70634bf6be1b07486eeca9379ca49b Mon Sep 17 00:00:00 2001
From: Praveen Arimbrathodiyil <praveen@debian.org>
Date: Tue, 6 Jun 2017 12:53:09 +0000
Subject: [PATCH] fix matrix chatroom link

---
 pug/pages/index.pug | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pug/pages/index.pug b/pug/pages/index.pug
index f42a619..7c584de 100644
--- a/pug/pages/index.pug
+++ b/pug/pages/index.pug
@@ -13,8 +13,10 @@ block content
                 |We mentor Free Software enthusiasts to become Free Software contributors.
                 |We provide GNU/Linux installation and configuration support mainly via online messaging groups.
  
-            p   | Join our matrix chat room a(href='https://matrix.to/#/#fsci:matrix.org', target='__blank')
-                | If you need a subdomain or want to list your community here please 
+            p   | Join our 
+                a(href='https://matrix.to/#/#fsci:matrix.org', target='__blank') matrix chat room 
+                
+            p    | If you need a subdomain or want to list your community here please 
                 a(href='mailto:fosscommunity.in@disroot.org') mail to FSCI
                 |  with sufficient details of your community.
             #improve
-- 
GitLab