Commit b4811d7365da885626a1edf9133dfbf3605a9ebc
Exists in
master
and in
4 other branches
Merge branch 'fix-social'
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/index.html
@@ -10,9 +10,9 @@ | @@ -10,9 +10,9 @@ | ||
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 | 11 | ||
12 | <!-- OpenGraph --> | 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"> | 13 | + <meta property="og:title" content="Dialoga Brasil"> |
14 | + <meta property="og:description" content="O País fica melhor quando você participa"> | ||
15 | + <meta property="og:image" content="http://dialoga.gov.br/images/logo.png"> | ||
16 | 16 | ||
17 | <!-- build:css({.tmp/serve,src}) styles/vendor.css --> | 17 | <!-- build:css({.tmp/serve,src}) styles/vendor.css --> |
18 | <!-- bower:css --> | 18 | <!-- bower:css --> |