From b756bb3f10156c55fe48205d9fece873dbb9fa8d Mon Sep 17 00:00:00 2001
From: jigarmistry <jigarmistry24@gmail.com>
Date: Thu, 13 Mar 2014 20:35:13 +0530
Subject: [PATCH 1/3] Add link for Sympy Gamma

Add link for Sympy Gamma in index.html(en).If this looks good than we can have in all
---
 en/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/en/index.html b/en/index.html
index a4b694ca..15d5bbcd 100644
--- a/en/index.html
+++ b/en/index.html
@@ -1,4 +1,3 @@
-
 <!DOCTYPE html>
 <html lang="en">
   <head>
@@ -32,6 +31,7 @@ <h1><a href="index.html"> <img src="/static/images/logo.png" alt="SymPy Logo" />
           <li class=""><a href="support.html">Support</a></li>
           <li class=""><a href="development.html">Development</a></li>
           <li class=""><a href="donate.html">Donate</a></li>
+          <li class=""><a href="http://www.sympygamma.com">Sympy Gamma <i class="icon-external-link-sign"></i></a></li>
           <li><a href="http://live.sympy.org/">Online Shell <i class="icon-external-link-sign"></i></a></li>
         </ul>
         

From 5f5b36ee27e99bc08ca482735be6903f4f65515e Mon Sep 17 00:00:00 2001
From: jigarmistry <jigarmistry24@gmail.com>
Date: Thu, 13 Mar 2014 21:10:30 +0530
Subject: [PATCH 2/3] Update base.html

---
 templates/base.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/base.html b/templates/base.html
index af4af4d6..ccc3ca97 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -33,6 +33,7 @@ <h1><a href="index.html"> <img src="/static/images/logo.png" alt="SymPy Logo" />
           <li class="{{ support_active }}"><a href="support.html">{% trans %}Support{% endtrans %}</a></li>
           <li class="{{ development_active }}"><a href="development.html">{% trans %}Development{% endtrans %}</a></li>
           <li class="{{ donate_active }}"><a href="donate.html">{% trans %}Donate{% endtrans %}</a></li>
+          <li><a href="http://www.sympygamma.com">{% trans %}Sympy Gamma{% endtrans %}<i class="icon-external-link-sign"></i></a></li>
           <li><a href="http://live.sympy.org/">{% trans %}Online Shell{% endtrans %} <i class="icon-external-link-sign"></i></a></li>
         </ul>
         {% endblock %}

From 38ae0601cea1d905e6ca94515ae345b4b9438426 Mon Sep 17 00:00:00 2001
From: jigarmistry <jigarmistry24@gmail.com>
Date: Thu, 13 Mar 2014 21:52:37 +0530
Subject: [PATCH 3/3] Update index.html

---
 en/index.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/en/index.html b/en/index.html
index 15d5bbcd..c95b1d92 100644
--- a/en/index.html
+++ b/en/index.html
@@ -31,7 +31,6 @@ <h1><a href="index.html"> <img src="/static/images/logo.png" alt="SymPy Logo" />
           <li class=""><a href="support.html">Support</a></li>
           <li class=""><a href="development.html">Development</a></li>
           <li class=""><a href="donate.html">Donate</a></li>
-          <li class=""><a href="http://www.sympygamma.com">Sympy Gamma <i class="icon-external-link-sign"></i></a></li>
           <li><a href="http://live.sympy.org/">Online Shell <i class="icon-external-link-sign"></i></a></li>
         </ul>