mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ _.extend(PostMapGenerator.prototype, {
|
||||||
status: 'published',
|
status: 'published',
|
||||||
staticPages: false,
|
staticPages: false,
|
||||||
limit: 'all',
|
limit: 'all',
|
||||||
include: 'author'
|
include: 'author,tags'
|
||||||
}).then(function (resp) {
|
}).then(function (resp) {
|
||||||
return resp.posts;
|
return resp.posts;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue