diff --git a/app.rb b/app.rb index 5c8dfe4..c518a05 100644 --- a/app.rb +++ b/app.rb @@ -154,9 +154,9 @@ get '/error' do haml :error end -get '/about' do - haml :about -end +# get '/about' do +# haml :about +# end not_found do haml :not_found diff --git a/views/home.haml b/views/home.haml index 2a65e8f..df36f9f 100644 --- a/views/home.haml +++ b/views/home.haml @@ -70,8 +70,6 @@ .grid_3 %p If you want to use Armchair Auditor's software to publish your own council's data, it's free. Or you can use it as the starting point for your own custom project. %p - %a{ :href => "http://github.com/adrianshort/Armchair-Auditor" } - Get the code on Github. - - - + %a{ :href => "https://github.com/adrianshort/armchair-auditor" } + Get the code on GitHub. + \ No newline at end of file diff --git a/views/layout.haml b/views/layout.haml index d4fe005..c3c3582 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -34,16 +34,14 @@ %a{ :href => '/' } Home %a{ :href => '/services' } Services %a{ :href => '/suppliers' } Suppliers - %a{ :href => '/about' } About = yield .clear #footer .grid_12.top_border %p - An independent website - %a{ :href => 'http://twitter.com/adrianshort' }< - designed by Adrian Short -     - %a{ :href => 'http://twitter.com/ArmchairAuditor' }< - Follow @ArmchairAuditor on Twitter - + An independent website by + %a{ :href => 'https://adrianshort.org/' }< + Adrian Short. + %a{ :href => "https://github.com/adrianshort/armchair-auditor" }< + Get the code on GitHub. +