diff --git a/app/assets/images/logo-header.png b/app/assets/images/logo-header.png new file mode 100644 index 0000000..f33b6fb Binary files /dev/null and b/app/assets/images/logo-header.png differ diff --git a/app/views/layouts/application.html.slim b/app/views/layouts/application.html.slim index d730d40..9849d21 100644 --- a/app/views/layouts/application.html.slim +++ b/app/views/layouts/application.html.slim @@ -15,7 +15,7 @@ html #blog-title span = link_to 'http://openfest.org/', title: 'OpenFest', rel: 'home' do - = image_tag '//openfest.org/images/logo-header.png', alt: 'OpenFest' + = image_tag 'logo-header.png', alt: 'OpenFest' h1#blog-description = t(:of_motto) #access