Adding a favicon - slatedocs/slate GitHub Wiki
Add your favicon image to the /images folder. In the layouts/layout.erb
file, add the below line in the head
section :
<%= favicon_tag 'favicon.ico' %>
Add your favicon image to the /images folder. In the layouts/layout.erb
file, add the below line in the head
section :
<%= favicon_tag 'favicon.ico' %>