Skip to content

Instantly share code, notes, and snippets.

@xikaos
Created July 4, 2016 22:01
Show Gist options
  • Save xikaos/f2f62ae36268a5669d90bc559ad7c47b to your computer and use it in GitHub Desktop.
Save xikaos/f2f62ae36268a5669d90bc559ad7c47b to your computer and use it in GitHub Desktop.
<% favicons.each do |favicon| %>
<% unless favicon[:rel].nil? %>
<link rel="<%= favicon[:rel]%>" sizes="<%= favicon[:size]%>" href="<%= data.informacoes_do_site.hostname + "/" + favicon[:icon]%>">
<% end -%>
<% end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment