diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
index 51d0013..086cfb0 100644
--- a/app/views/layouts/_footer.html.erb
+++ b/app/views/layouts/_footer.html.erb
@@ -1,11 +1,11 @@
\ No newline at end of file
diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb
index 514f72c..3d8463b 100644
--- a/app/views/layouts/_header.html.erb
+++ b/app/views/layouts/_header.html.erb
@@ -10,9 +10,10 @@
<%= link_to "Results" , "/tournaments/#{@tournament.id}/results" %>
<%= link_to "Team Scores" , "/tournaments/#{@tournament.id}/team_scores" %>
<% end %>
+ <%= link_to "About", "/static_pages/about" %>
<% if user_signed_in? %>
<%=link_to "Log out", destroy_user_session_url ,:method => 'delete' %>
- <%=link_to "Edit user", edit_user_registration_path %>
+ <%=link_to "Edit user", edit_user_registration_path %>
<% else %>
<%= link_to "Log In" , new_user_session_path %>
<% end %>
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index d023b76..3daf884 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -33,8 +33,10 @@
+ <%= render 'layouts/footer' %>