mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-12-17 03:28:49 +00:00
Use hashed URL for arrow button
This commit is contained in:
@@ -187,7 +187,7 @@ module.exports = [
|
||||
contentType: "application/json",
|
||||
content: {
|
||||
title: getPageTitle(post),
|
||||
html: pugCache.get("pug/fragments/post.pug").web({post, settings})
|
||||
html: pugCache.get("pug/fragments/post.pug").web({post, settings, getStaticURL})
|
||||
}
|
||||
}
|
||||
}).catch(error => {
|
||||
|
||||
Reference in New Issue
Block a user