0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Removes internal tags from sitemap (#7199)

closes #7186
This commit is contained in:
Misha Wakerman 2016-08-13 06:00:43 -07:00 committed by Austin Burdine
parent 55e7b659e0
commit 634956e7db

View file

@ -26,6 +26,7 @@ _.extend(TagsMapGenerator.prototype, {
context: {
internal: true
},
filter: 'visibility:public',
limit: 'all'
}).then(function (resp) {
return resp.tags;