Commit 2f908a342214455509d08178adc7f3acd5a72d2f
1 parent
b341c320
Exists in
master
and in
2 other branches
Add og meta tags (for social)
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
index.html
... | ... | @@ -7,6 +7,9 @@ |
7 | 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
9 | 9 | <meta property="og:title" content="Dialoga Brasil" /> |
10 | + <meta property="og:description" content="Aqui suas ideias viram propostas e você ajuda a melhorar as ações do governo" /> | |
11 | + <meta property="og:image" content="http://dialoga.gov.br/images/logo.png" /> | |
12 | + <meta property="og:locale" content="pt_BR" /> | |
10 | 13 | |
11 | 14 | <link rel="icon" type="image/x-icon" href="data:image/png;base64,iVBORw0KGgo="> |
12 | 15 | ... | ... |