<%* // 取当前文章的前 2 个非 outdated 的标签作为查询条件 const tags = tp.frontmatter.tags || []; const queryTags = tags.filter(t => !t.startsWith(“status/”)) .slice(0, 2) .map(t => “#” + t) .join(" OR “); %>