Skip to content

Commit 120c4c6

Browse files
committed
Adição das og tags
1 parent c675e60 commit 120c4c6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

_config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title: PHPDF
33
description: Grupo de desenvolvedores PHP do Distrito Federal
44
owner: PHPDF
5+
url: "http://www.phpdf.org.br"
6+
image: "/images/logo-cinza-azul.png"
57
baseurl: ""
6-
url: "https://www.phpdf.org.br"
78
social:
89
twitter: https://twitter.com/phpdf_
910
github: https://github.com/php-df

_includes/head.html

+6
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@
1010
<!--[if lte IE 8]><link rel="stylesheet" href="{{ "/css/ie8.css" | prepend: site.baseurl }}" /><![endif]-->
1111
<!--[if lte IE 9]><link rel="stylesheet" href="{{ "/css/ie9.css" | prepend: site.baseurl }}" /><![endif]-->
1212
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
13+
14+
<meta property="og:url" content="{{ site.url }}" />
15+
<meta property="og:title" content="{{ site.title }}" />
16+
<meta property="og:description" content="{{ site.description }}" />
17+
<meta property="og:image" content="{{ site.url }}{{ site.image }}" />
18+
1319
</head>

0 commit comments

Comments
 (0)