mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue