|
1 | 1 | !!! |
2 | 2 | %html{ lang: 'en' } |
3 | 3 | %head |
4 | | - = render partial: 'layouts/meta' |
| 4 | + %meta{ charset: 'utf-8' } |
| 5 | + %meta{ name: 'viewport', content: 'width=device-width, initial-scale=1.0' } |
| 6 | + %meta{ name: 'robots', content: 'index, follow' } |
| 7 | + %meta{ property: 'fb:admins', content: '622070503' } |
| 8 | + %meta{ property: 'og:type', content: 'website' } |
| 9 | + %meta{ property: 'og:locale', content: 'en_GB' } |
| 10 | + %meta{ property: 'og:site_name', content: 'codebar' } |
| 11 | + %meta{ name: 'keywords', content: 'codebar, programming, diversity, html, css, javascript, ruby, python' } |
| 12 | + %meta{ property: 'og:image', content: image_url('logo-square.png') } |
| 13 | + %meta{ property: 'og:url', content: "https://codebar.io#{url_for(nil)}" } |
| 14 | + %meta{ property: 'og:title', content: 'codebar' } |
| 15 | + %meta{ property: 'og:description', content: 'Making tech more diverse and welcoming by bringing people together and helping teach programming skills.' } |
| 16 | + %meta{ name: 'description', content: 'Making tech more diverse and welcoming by bringing people together and helping teach programming skills.' } |
| 17 | + %link{ rel: 'icon', sizes: '196x196', href: '/Icon-196.png'} |
| 18 | + %link{ rel: 'icon', sizes: '128x128', href: '/Icon-128.png'} |
| 19 | + %link{ rel: 'apple-touch-icon', sizes: '128x128', href: '/Icon-128.png'} |
| 20 | + |
5 | 21 | = content_for :meta_tags |
6 | 22 |
|
7 | 23 | %link{ rel: 'image_src', href: '/assets/logo-square.png', :alt => "codebar logo" } |
|
0 commit comments