From b338ab9459eb74586952d9b4ad33c489a428c22b Mon Sep 17 00:00:00 2001 From: curben Date: Fri, 26 Oct 2018 18:42:35 +1030 Subject: [PATCH] Add Open Graph meta tags http://ogp.me/ https://stackoverflow.com/q/6535405 --- themes/typing/layout/_partial/head.ejs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/typing/layout/_partial/head.ejs b/themes/typing/layout/_partial/head.ejs index 35627ab..ef3ef18 100644 --- a/themes/typing/layout/_partial/head.ejs +++ b/themes/typing/layout/_partial/head.ejs @@ -21,7 +21,8 @@ %> <% if (title){ %><%= title %> | <% } %><%= config.title %> - + <%/* Add Open Graph meta tags for easier sharing on social networking sites */%> + <%- open_graph() %> <% if (theme.rss){ %> <% } %>