Add Open Graph meta tags

http://ogp.me/
https://stackoverflow.com/q/6535405
This commit is contained in:
curben 2018-10-26 18:42:35 +10:30
parent 175ab3937d
commit b338ab9459
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@
%> %>
<title><% if (title){ %><%= title %> | <% } %><%= config.title %></title> <title><% if (title){ %><%= title %> | <% } %><%= config.title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<%/* Add Open Graph meta tags for easier sharing on social networking sites */%>
<%- open_graph() %>
<% if (theme.rss){ %> <% if (theme.rss){ %>
<link rel="alternate" href="<%- theme.rss %>" title="<%= config.title %>" type="application/atom+xml"> <link rel="alternate" href="<%- theme.rss %>" title="<%= config.title %>" type="application/atom+xml">
<% } %> <% } %>