site/change og:image

This commit is contained in:
SouthFox 2022-12-04 16:36:51 +08:00
parent 1aa4b06b60
commit bd7c96abf8

View file

@ -20,7 +20,7 @@
<title><%= title.join(' | ') %></title> <title><%= title.join(' | ') %></title>
<% if (config.author){ %><meta name="author" content="<%= config.author %>"><% } %> <% if (config.author){ %><meta name="author" content="<%= config.author %>"><% } %>
<% if (page.description){ %> <% if (page.description){ %>
<meta name="description" content="<%= page.description %>"> <meta name="description" content="<%= page.description %>">
<% } else if (config.description){ %> <% } else if (config.description){ %>
<meta name="description" content="<%= config.description %>"> <meta name="description" content="<%= config.description %>">
<% } else if (page.excerpt){ %> <% } else if (page.excerpt){ %>
@ -37,7 +37,7 @@
<% 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="<%- url_for('./favicon.png') %>"/> <meta property="og:image" content="https://blog.southfox.me/favicon.png"
<% } %> <% } %>
<% if (theme.rss){ %> <% if (theme.rss){ %>