mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Fixed reading time not showing up on frontend (#18201)
Refs https://github.com/TryGhost/Product/issues/3630
This commit is contained in:
parent
cce7152d72
commit
a27ba55b50
@ -41,7 +41,7 @@ module.exports = {
|
||||
const getCollectionPosts = async (collectionSlug, postCount) => {
|
||||
const frame = {
|
||||
options: {
|
||||
columns: ['url','excerpt']
|
||||
columns: ['url','excerpt','reading_time']
|
||||
},
|
||||
original: {
|
||||
context: {
|
||||
|
Loading…
Reference in New Issue
Block a user