Commit 803ff9a1cef0710760f84e7c46b82d4945739144
1 parent
db4eb6fd
Exists in
master
and in
4 other branches
Add the global OpenGraph meta tags
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
src/index.html
@@ -4,10 +4,15 @@ | @@ -4,10 +4,15 @@ | ||
4 | <head> | 4 | <head> |
5 | <meta charset="utf-8"> | 5 | <meta charset="utf-8"> |
6 | <title>Dialoga Brasil</title> | 6 | <title>Dialoga Brasil</title> |
7 | - <meta name="description" content=""> | 7 | + <meta name="description" content="O País fica melhor quando você participa"> |
8 | <base href="/"> | 8 | <base href="/"> |
9 | <meta name="viewport" content="width=device-width"> | 9 | <meta name="viewport" content="width=device-width"> |
10 | <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> | 10 | <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> |
11 | + | ||
12 | + <!-- OpenGraph --> | ||
13 | + <meta name="og:title" content="Dialoga Brasil"> | ||
14 | + <meta name="og:description" content="O País fica melhor quando você participa"> | ||
15 | + <meta name="og:image" content="http://dialoga.gov.br/images/logo.png"> | ||
11 | 16 | ||
12 | <!-- build:css({.tmp/serve,src}) styles/vendor.css --> | 17 | <!-- build:css({.tmp/serve,src}) styles/vendor.css --> |
13 | <!-- bower:css --> | 18 | <!-- bower:css --> |