diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-07-06 11:04:35 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-07-06 11:04:35 -0400 |
commit | dfdabb6c905f77fb6f5ea86cd1ea70d73a1b8018 (patch) | |
tree | 339196cf079419198e77fc477b5f0a3c090d8e36 /_layouts/master.html | |
parent | 2784ac4865cdaf21caf169681f9c207c4453615c (diff) |
Fix up the icons... switch to fonts
Diffstat (limited to '_layouts/master.html')
-rw-r--r-- | _layouts/master.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/master.html b/_layouts/master.html index a39a096..74ccd11 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -47,7 +47,9 @@ {% else %} <meta property="og:image" content="http://www.benburwell.com/assets/images/icons/benburwell.png"> {% endif %} - <meta property="og:type" content="website"> + <meta property="og:type" content="article"> + <meta property="og:url" content="http%3A%2F%2Fwww.benburwell.com{{ page.url | cgi_escape }}"> + <meta property="article:author" content="Ben Burwell"> <meta property="fb:admins" content="1439777397"> <!-- Twitter Meta --> |