diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 17bcb84..037ea95 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -27,13 +27,12 @@
<%= yield :navigation %>
+
<%= yield %>
-
-
+
+ <%= render 'shared/footer' %>
diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb
new file mode 100644
index 0000000..a79cd29
--- /dev/null
+++ b/app/views/shared/_footer.html.erb
@@ -0,0 +1,3 @@
+