[fix] site og property

This commit is contained in:
SouthFox 2023-06-23 21:56:09 +08:00
parent a55c037761
commit 3f2d67ed15

View file

@ -31,20 +31,17 @@
<% if (page.keywords){ %><meta name="keywords" content="<%= page.keywords %>"><% } %> <% if (page.keywords){ %><meta name="keywords" content="<%= page.keywords %>"><% } %>
<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">
<% if (page.title){ %><meta property="og:title" content="<%= page.path %>"/><% } %>
<meta property="og:site_name" content="<%= config.title %>"/>
<% if (page.title){ %> <% if (page.title){ %>
<meta name="og:title" content="<%= page.title %>"> <meta name="og:title" content="<%= page.title %>">
<meta property="og:site_name" content="<%= config.title %>">
<% } %> <% } %>
<% if(page.cover) { %> <% if(page.cover) { %>
<meta property="og:image" content="<%= page.cover %>" /> <meta property="og:image" content="<%= page.cover %>">
<% } else { %> <% } else { %>
<meta property="og:image" content="https://blog.southfox.me/favicon.png" <meta property="og:image" content="https://blog.southfox.me/favicon.png">
<% } %> <% } %>
<% if (page.description){ %> <% if (page.description){ %>
<meta name="og:description" content="<%= page.description %>"> <meta name="og:description" content="<%= page.description %>" />
<% } %> <% } %>
<% if (theme.rss){ %> <% if (theme.rss){ %>