Skip to content

Commit acfdb66

Browse files
committed
chore: remove unnecessary partial _meta
1 parent dd66a50 commit acfdb66

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

app/views/layouts/_meta.html.haml

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/views/layouts/application.html.haml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
!!!
22
%html{ lang: 'en' }
33
%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+
521
= content_for :meta_tags
622

723
%link{ rel: 'image_src', href: '/assets/logo-square.png', :alt => "codebar logo" }

0 commit comments

Comments
 (0)