diff --git a/app/views/layouts/_meta.html.haml b/app/views/layouts/_meta.html.haml index aa1d134e0..911e0e6be 100644 --- a/app/views/layouts/_meta.html.haml +++ b/app/views/layouts/_meta.html.haml @@ -11,6 +11,6 @@ %meta{ property: 'og:title', content: 'codebar' } %meta{ property: 'og:description', content: 'Making tech more diverse and welcoming by bringing people together and helping teach programming skills.' } %meta{ name: 'description', content: 'Making tech more diverse and welcoming by bringing people together and helping teach programming skills.' } -%meta{ rel: 'icon', sizes: '196x196', href: 'https://codebar.io/images/Icon-196.png'} -%meta{ rel: 'icon', sizes: '128x128', href: 'https://codebar.io/images/Icon-128.png'} -%meta{ rel: 'apple-touch-icon', sizes: '128x128', href: 'https://codebar.io/images/Icon-128.png'} +%link{ rel: 'icon', sizes: '196x196', href: '/Icon-196.png'} +%link{ rel: 'icon', sizes: '128x128', href: '/Icon-128.png'} +%link{ rel: 'apple-touch-icon', sizes: '128x128', href: '/Icon-128.png'} diff --git a/public/Icon-128.png b/public/Icon-128.png new file mode 100644 index 000000000..9b4d10e5f Binary files /dev/null and b/public/Icon-128.png differ diff --git a/public/Icon-196.png b/public/Icon-196.png new file mode 100644 index 000000000..70f72c808 Binary files /dev/null and b/public/Icon-196.png differ diff --git a/public/apple-touch-icon-precomposed.png b/public/apple-touch-icon-precomposed.png new file mode 100644 index 000000000..9b4d10e5f Binary files /dev/null and b/public/apple-touch-icon-precomposed.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 000000000..9b4d10e5f Binary files /dev/null and b/public/apple-touch-icon.png differ