mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-12-16 11:08:49 +00:00
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