tweak ublog indexability

pull/9764/head
Thibault Duplessis 2021-09-09 08:45:19 +02:00
parent 3b4b8c3508
commit 73cea770f7
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ object post {
description = post.intro
)
.some,
robots = netConfig.crawlable && blog.listed && post.indexable
robots = netConfig.crawlable && blog.listed && (post.indexable || blog.tier >= UblogBlog.Tier.HIGH)
) {
main(cls := "box box-pad page page-small ublog-post")(
thumbnail(post, _.Large)(cls := "ublog-post__image"),