diff --git a/.eleventy.js b/.eleventy.js index 47c0e1bd..90d2dcf3 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -150,7 +150,8 @@ module.exports = function(config) { collection = await api.tags .browse({ include: "count.posts", - limit: "all" + limit: "all", + filter: "visibility:public" }) .catch(err => { console.error(err);