Add experimental opengraph tags
This commit is contained in:
@@ -172,7 +172,8 @@ module.exports = [
|
||||
if (post.isVideo()) await post.fetchVideoURL()
|
||||
return render(200, "pug/post.pug", {
|
||||
title: getPageTitle(post),
|
||||
post
|
||||
post,
|
||||
website_origin: constants.website_origin
|
||||
})
|
||||
}).catch(error => {
|
||||
if (error === constants.symbols.NOT_FOUND) {
|
||||
|
||||
Reference in New Issue
Block a user