mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
parent
aec94f2ad1
commit
0ffd045fc7
@ -143,7 +143,8 @@ frontendControllers = {
|
||||
title: _.escape(post.title),
|
||||
guid: post.uuid,
|
||||
url: siteUrl + '/' + post.slug + '/',
|
||||
date: post.published_at
|
||||
date: post.published_at,
|
||||
categories: _.pluck(post.tags, 'name')
|
||||
},
|
||||
content = post.html;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user