fixes
diff --git a/app/views/home.blade.php b/app/views/home.blade.php
index 9fd2493..a780157 100755
--- a/app/views/home.blade.php
+++ b/app/views/home.blade.php
@@ -68,7 +68,7 @@
 
                 <div class="caption">
                     <p>
-                        Apache Airavata is a softwar    e framework which is dominantly used to build Web-based science
+                        Apache Airavata is a software framework which is dominantly used to build Web-based science
                         gateways and assist to compose, manage, execute and monitor large scale applications and
                         workflows on distributed computing resources such as local clusters, supercomputers, national
                         grids, academic and commercial clouds. Airavata mainly supports long running applications and
diff --git a/app/views/layout/basic.blade.php b/app/views/layout/basic.blade.php
index 43ddeff..902042b 100755
--- a/app/views/layout/basic.blade.php
+++ b/app/views/layout/basic.blade.php
@@ -66,13 +66,6 @@
 	margin-top: 20px;
 }
 </style>
-@if( isset( $theme))
-<footer class="theme-footer">
-{{ $theme->partial("footer") }}
-</footer>
-@endif
-
-</body>
 
 @show
 
@@ -141,4 +134,13 @@
 <!-- end google analytics --> 
 @show
 
+
+@if( isset( $theme))
+<footer class="theme-footer">
+{{ $theme->partial("footer") }}
+</footer>
+@endif
+
+</body>
+
 </html>
\ No newline at end of file