Skip to content

Instantly share code, notes, and snippets.

@galaakk
Created March 12, 2013 14:04
Show Gist options
  • Select an option

  • Save galaakk/5143120 to your computer and use it in GitHub Desktop.

Select an option

Save galaakk/5143120 to your computer and use it in GitHub Desktop.
JADE: favicons
link(rel="shortcut icon", type="image/x-icon", href="img/favicon.ico")
link(rel="apple-touch-icon", sizes="114x114", href="img/touch-icon-114x114.png")
link(rel="apple-touch-icon", sizes="72x72", href="img/touch-icon-72x72.png")
link(rel="apple-touch-icon", href="img/touch-icon-iphone.png")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment