diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
new file mode 100644
index 000000000..abe26b804
--- /dev/null
+++ b/app/views/layouts/_footer.html.erb
@@ -0,0 +1,7 @@
+
+ - <%= link_to "About", "https://github.com/Growstuff/project/wiki/About%20Growstuff" %>
+ - <%= link_to "License", "https://github.com/Growstuff/growstuff/blob/dev/LICENSE.txt" %>
+ - <%= link_to "Github", "https://github.com/Growstuff/" %>
+ - <%= link_to "Mailing list", "http://lists.growstuff.org/mailman/listinfo/discuss" %>
+ - <%= link_to "Community Guidelines", "https://github.com/Growstuff/policy/blob/master/community-guidelines.md" %>
+
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index c39d207b7..35f0822de 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -17,5 +17,7 @@
<%= yield %>
+<%= render :partial => "layouts/footer" %>
+