site/change og:image

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

View file

@ -37,7 +37,7 @@
<% if(page.cover) { %>
<meta property="og:image" content="<%= page.cover %>" />
<% } else { %>
<meta property="og:image" content="<%- url_for('./favicon.png') %>"/>
<meta property="og:image" content="https://blog.southfox.me/favicon.png"
<% } %>
<% if (theme.rss){ %>