diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-27 11:41:02 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-27 11:41:02 -0400 |
commit | b6f51d90c69e01db67e61a9c200deef2780cc4c2 (patch) | |
tree | 2dd2a5c23996c2f1ce76d7db76d4fa5147b05a69 /lib/template.erb | |
parent | da32f48522f1e15284864ca0deb97ee2037c9a8b (diff) |
Diffstat (limited to 'lib/template.erb')
-rw-r--r-- | lib/template.erb | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/template.erb b/lib/template.erb index 61d605d..9ae8d5d 100644 --- a/lib/template.erb +++ b/lib/template.erb @@ -42,18 +42,7 @@ <%= @body %> </article> <footer> - <div> - <h3>Sponsors</h3> - <ul> - <li><a href="http://mhs.tsc.k12.in.us/">McCutcheon High School</a></li> - <li><a href="http://www.purduefirst.org/">Purdue FIRST Program</a></li> - <li><a href="http://cfglaf.org/">Community Foundation of greater Lafayette</a></li> - </ul> - </div> - <div> - <h3>About</h3> - <a href="https://git.team4272.com/www.git">Website Source Code</a> - </div> + <%= @footer %> </footer> </body> </html> |