about summary refs log tree commit diff
path: root/app/views/layouts/application.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/application.html.erb')
-rw-r--r--app/views/layouts/application.html.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index efe387a..d0c5007 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -21,10 +21,6 @@
       <hr>
 
       <%= yield %>
-
-      <footer>
-        <center><a href="https://tildegit.org/ben/pinrails">source code here</a></center>
-      </footer>
     </main>
   </body>
 </html>