mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-02 07:43:11 +03:00
🐛 Fixed Sitemap when permalink contains Primary Tag (#9273)
closes #9272 - included tags in sitemap post-generator
This commit is contained in:
parent
94360c8a32
commit
860b38a1a7
@ -31,7 +31,7 @@ _.extend(PostMapGenerator.prototype, {
|
||||
status: 'published',
|
||||
staticPages: false,
|
||||
limit: 'all',
|
||||
include: 'author'
|
||||
include: 'author,tags'
|
||||
}).then(function (resp) {
|
||||
return resp.posts;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user