added new favicons
This commit is contained in:
parent
bbfba492ae
commit
1a9df6da6c
|
@ -7,6 +7,9 @@
|
||||||
%meta{name: 'theme-color', content: '#0C84E4'}
|
%meta{name: 'theme-color', content: '#0C84E4'}
|
||||||
%meta{name: "apple-mobile-web-app-capable", content: "yes"}
|
%meta{name: "apple-mobile-web-app-capable", content: "yes"}
|
||||||
%meta{name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent'}
|
%meta{name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent'}
|
||||||
|
%link{rel: 'apple-touch-icon-precomposed', href: '/apple-touch-icon-precomposed.png'}
|
||||||
|
%link{rel: 'icon', href: '/images/favicon/favicon-16.png', sizes: '16x16'}
|
||||||
|
%link{rel: 'icon', href: '/images/favicon/favicon-32.png', sizes: '32x32'}
|
||||||
%title= APP_CONFIG['site_name']
|
%title= APP_CONFIG['site_name']
|
||||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||||
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Loading…
Reference in New Issue