From 50d04c6c756ca4134c5cfceb7f1f53a391f7499e Mon Sep 17 00:00:00 2001
From: Raghavendra <raghu@raghukamath.com>
Date: Tue, 6 Jun 2017 13:35:46 +0000
Subject: [PATCH] Make preamble as a numbered list

---
 pug/pages/index.pug | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pug/pages/index.pug b/pug/pages/index.pug
index 6ae8b6d..ce07c85 100644
--- a/pug/pages/index.pug
+++ b/pug/pages/index.pug
@@ -5,13 +5,13 @@ block content
         #main.row
             h1 Free Software User Groups in India
             #mapid
-            p
-                |Free Software Community of India is a collective of Free Software (sometimes also called as Open Source Software) users, advocates and developers.
-                |We maintain communication and collaboration infrastructure for everyone that respects their freedom and privacy.
-                |We maintain a list of Free Software communities and offer sub domains of fsug.in or fosscommunity.in.
-                |We depend on donations and community manpower to run the infrastructure.
-                |We mentor Free Software enthusiasts to become Free Software contributors.
-                |We provide GNU/Linux installation and configuration support mainly via online messaging groups.
+            ol
+              li Free Software Community of India is a collective of Free Software (sometimes also called as Open Source Software) users, advocates and developers.
+              li We maintain communication and collaboration infrastructure for everyone that respects their freedom and privacy.
+              li We maintain a list of Free Software communities and offer sub domains of fsug.in or fosscommunity.in.
+              li We depend on donations and community manpower to run the infrastructure.
+              li We mentor Free Software enthusiasts to become Free Software contributors.
+              li We provide GNU/Linux installation and configuration support mainly via online messaging groups.
             p
                 |Join our 
                 a(href='https://matrix.to/#/#fsci:matrix.org', target='__blank') matrix chat room
-- 
GitLab