- <a href="<%= root_path %>" class="geolink layers">
- <%= image_tag "osm_logo.png", :alt => t('layouts.logo.alt_text'), :class => 'logo' %>
+ <a href="<%= root_path %>" class="geolink">
+ <picture>
+ <source srcset="<%= image_path "osm_logo.svg" %>" type="image/svg+xml"></source>
+ <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t('layouts.logo.alt_text'), :class => 'logo' %>
+ </picture>