Skip to content

Commit e5c06b3

Browse files
committed
Teste em Open Graph do Facebook
1 parent 4027c89 commit e5c06b3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

_images/facebook.png

36.6 KB
Loading

_templates/_page.html.erb

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@
1212
<link href="https://assets.openshift.net/content/subdomain.css" rel="stylesheet" type="text/css">
1313
<link href="<%= File.join(css_path, 'docs.css') %>" rel="stylesheet" />
1414
<link href="https://assets.openshift.net/content/subdomain/touch-icon-precomposed.png" rel="apple-touch-icon-precomposed" type="image/png">
15-
<link href="/_images/favicon32x32.png" rel="shortcut icon" type="image/png">
15+
<link href="_images/favicon32x32.png" rel="shortcut icon" type="image/png">
1616
<!--[if IE]><link rel="shortcut icon" href="https://assets.openshift.net/content/subdomain/favicon.ico"><![endif]-->
1717
<!-- or, set /favicon.ico for IE10 win -->
18-
<meta content="OpenShift" name="application-name">
19-
<meta content="#000000" name="msapplication-TileColor">
20-
<meta content="https://assets.openshift.net/content/subdomain/touch-icon-precomposed.png" name="msapplication-TileImage">
18+
<!-- Facebook -->
19+
<meta property="og:type" content="website">
20+
<meta property="og:title" content="Documentação Guardians-DSC">
21+
<meta property="og:image" content="_images/facebook.png">
22+
<meta property="og:description" content="<%= [topic_title, subgroup_title].compact.join(' - ') %>">
23+
<meta property="og:locale" content="pt_BR">
2124
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
2225
<!--[if lt IE 9]>
2326
<script src="https://assets.openshift.net/content/html5shiv.js" type="text/javascript"></script>

0 commit comments

Comments
 (0)