Skip to content
Snippets Groups Projects
Commit c4330d97 authored by Robert Speicher's avatar Robert Speicher
Browse files

Add Windows 8 pinned site tile meta tags

parent 65914855
No related branches found
No related tags found
No related merge requests found
app/assets/images/msapplication-tile.png

5.96 KiB

Loading
Loading
@@ -26,6 +26,10 @@
= favicon_link_tag 'touch-icon-iphone-retina.png', rel: 'apple-touch-icon', sizes: '120x120'
= favicon_link_tag 'touch-icon-ipad-retina.png', rel: 'apple-touch-icon', sizes: '152x152'
 
-# Windows 8 pinned site tile
%meta{name: 'msapplication-TileImage', content: image_url('msapplication-tile.png')}
%meta{name: 'msapplication-TileColor', content: '#554488'}
= yield :meta_tags
 
= render 'layouts/google_analytics' if extra_config.has_key?('google_analytics_id')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment