Read more

faviconit.com: Super-simple favicon generator

Dominik Schöler
March 07, 2014Software engineer at makandra GmbH

Eduardo Russo was tired of complex favicon creation Show archive.org snapshot and created his own favicon generator Show archive.org snapshot . It's really easy and allows a lot of image editing before rendering the favicons, in all needed sizes, formats and with the HTML needed to include them!

Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

In Rails applications with Haml:

  • put all the favicon files into /public
  • store the HTML to app/views/layouts/_favicon.html
  • add = render 'layouts/favicon' to <head> in your application layout(s)

... and you're all set.

Posted by Dominik Schöler to makandra dev (2014-03-07 14:53)