mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
5be10da98a
- Added the favicons in the source directory - Disabled the automatic favicon creator. It's doesn't need to run on build each time. - Fixed the name of the icons in the meta data
6 lines
564 B
Plaintext
6 lines
564 B
Plaintext
%link(rel="apple-touch-icon-precomposed" href="/assets/images/ico/apple-touch-icon-144x144-precomposed.png" sizes="144x144")/
|
|
%link(rel="apple-touch-icon-precomposed" href="/assets/images/ico/apple-touch-icon-114x114-precomposed.png" sizes="114x114")/
|
|
%link(rel="apple-touch-icon-precomposed" href="/assets/images/ico/apple-touch-icon-72x72-precomposed.png" sizes="72x72")/
|
|
%link(rel="apple-touch-icon-precomposed" href="/assets/images/ico/apple-touch-icon-57x57-precomposed.png")/
|
|
%link(rel="shortcut icon" href="/assets/images/ico/favicon.png")/
|